User Activity

The code runs perfectly fine, and as expected when I don't have a USB connected, given that I push the Reset button (B2) on my Nucleo-F746ZG.The problem is that when I remove power from the system, and re-power it, it seems to not reset. I have jumnp...
I am trying to read a square wave, or rather I am trying to detect when a square wave is falling using the Nucleo-F746ZG board. Using CMSIS v2, using STMCubeIDE 10.1The square wave comes from a flow sensor, and every time it goes from high to low an ...
Running on Nucleo-L4P5ZGUsing STM32 Cube IDE (updated today 11.03.2022)When I build my code on my computer I get 0 errors (some warnings)I tried to debug the code on the board, and when I try to do some stuff with an SD card I have attached I get the...
I am using STM32 Cube IDE with NUCLEO-L4P5ZGbelow is my codevoid function (int dir, int runtime){ int Run=1; int bytes_per_reading_gyro = 72; int bytes_per_reading_echo = 29; char gyro_reading[bytes_per_reading_gyro];; int echo_reading[bytes_per_rea...
Kudos from
Kudos given to