Adding STM32F373VCT to STM32 variants for ArduinoIDE
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
Thanks but I'm already paid for that as I'm ST employee 
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
And that`s the reason, why You can`t drink coffee?
OK, if You reconsider it, my offer is still valid.
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?
OK, if You reconsider it, my offer is still valid.

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
SDADC is not supported thanks Arduino API.
You will need to use HAL directly to use it.
You will need to use HAL directly to use it.
Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE
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?
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?