Page 2 of 2

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Posted: Thu Feb 23, 2023 1:04 pm
by fpiSTM
Thanks but I'm already paid for that as I'm ST employee 😂

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Posted: Thu Feb 23, 2023 2:04 pm
by ddano007
And that`s the reason, why You can`t drink coffee?
OK, if You reconsider it, my offer is still valid. :roll:
So if You can help with another issue: analog read 16- bit resolution.
As I`m testing it, in ArduinoIDE STM32F373 has only 12- bit resolution, nevertheless I choose analogReadResolution(16).
Is it possible to choose SDADC to be used for AnalogRead?

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Posted: Fri Feb 24, 2023 6:21 am
by fpiSTM
SDADC is not supported thanks Arduino API.
You will need to use HAL directly to use it.

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Posted: Fri Feb 24, 2023 7:54 am
by ddano007
Well... I`m not very familiar with low-level programming, however:
the reason I`m playing with STM32F373 is, that I need to replace Teensy 3.2 ( which is not available for this year ), and it has a lot of 16-bit adc channels. So for me it seems in some way it`s possible to have 16-bit adc in Arduino.
Could`t be a way for 373 to make in CubeMX some setup regarding SDADC?