Adding STM32F373VCT to STM32 variants for ArduinoIDE

Post here all questions related to STM32 core if you can't find a relevant section!
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Post by fpiSTM »

Thanks but I'm already paid for that as I'm ST employee 😂
ddano007
Posts: 22
Joined: Mon Oct 05, 2020 9:08 am

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Post 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?
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Post by fpiSTM »

SDADC is not supported thanks Arduino API.
You will need to use HAL directly to use it.
ddano007
Posts: 22
Joined: Mon Oct 05, 2020 9:08 am

Re: Adding STM32F373VCT to STM32 variants for ArduinoIDE

Post 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?
Post Reply

Return to “General discussion”