Search found 3 matches
- Sat Dec 07, 2024 12:47 pm
- Forum: General discussion
- Topic: Using HAL in Stm32 arduino IDE (Cube generated)
- Replies: 3
- Views: 1329
Re: Using HAL in Stm32 arduino IDE (Cube generated)
See https://www.stm32duino.com/viewtopic.php?t=110
Hi fpiSTM.
Yeah, I've read this topic before. I wish we could have all of these -DHAL_xxx available commands in a dedicated page in Wiki... i don't know how many they are and how to use others. just a bit more instructions and examples are ...
- Sat Dec 07, 2024 10:45 am
- Forum: General discussion
- Topic: Using HAL in Stm32 arduino IDE (Cube generated)
- Replies: 3
- Views: 1329
Using HAL in Stm32 arduino IDE (Cube generated)
Hi there
I'm using on a project that needs few arduino libraries, and unfortunately they're missing for cube IDE...
on the other hand, STM32 Core for arduino is heavily bloated and my code runs very slow, specially ADC is super slow
So I wanted to do all of my Configurations and pin settings in ...
I'm using on a project that needs few arduino libraries, and unfortunately they're missing for cube IDE...
on the other hand, STM32 Core for arduino is heavily bloated and my code runs very slow, specially ADC is super slow
So I wanted to do all of my Configurations and pin settings in ...
- Sun May 01, 2022 12:32 pm
- Forum: Off topic
- Topic: fake lm35dz temperature sensors
- Replies: 47
- Views: 57865
Re: fake lm35dz temperature sensors
Thanks.
About ADC sampling it can be redefined using the build_opt.h:
https://github.com/stm32duino/Arduino_Core_STM32/blob/6dec3b655fda17ba0f33cf12cef16b64d0333abd/libraries/SrcWrapper/src/stm32/analog.cpp#L33-L47
Simply defined ADC_SAMPLINGTIME with the value you want ;)
Help..!
I tried ...