Resolved! WHERE IS NUCLEO-F411RE demonstration and example source download?
The "helpful" link in the getting started guide says it is available on www.st.com . Could someone be more specific? Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
The "helpful" link in the getting started guide says it is available on www.st.com . Could someone be more specific? Thanks
I've trying to implement a code for distance sensor AFBR-S50MV85G-EK, but instead of STM32F401RE wich is the mcu recomended by the programing guide I'm using STM32F103C8T6. Now I'm getting the following on console:make -j4 all arm-none-eabi-gcc "../D...
Hi, I am using C++ for my project and I would like to have access to the elements of my class inside a callback function from HAL drivers. Until now, no success, can anybody help me how I can do this? Thank you.
I have a problem with Nucleo STM32F401RE board. For unknown reason the board stopped communicating with PC in debug modes, STM32CubeProgrammer, giving the errors such as: "Error: No STM32 target found!". The PC recognizes the board when connected, ho...
If I develop an application for the STM32G431VB for instance, could I drop in a different part in the series with the same footprint and equal or better feature set without retargeting/rebuilding the program? If not, would this work if I stay in the ...
Hi Team,I am using the stm32h745-nucleo board. Currently I am Working with the timers. As I am working with the timers I need one timer in the cm4 and another timer in the cm7. I need to capture the falling edge of timer cm7 and need to give input fo...
Only want to pair with OOB data in SC mode (nothing else)Have already called aci_gap_set_oob_data(0, 0, 0, 0, 0, 0) to gen OOB dataHave got said data from aci_gap_get_oob_dataParing packets show the OOB data bit is not set.aci_gap_set_authentication...