User Activity

Devkit - NUCLEO-H563ZI IDE - STM32CubeIDE Version: 1.16.1 Build: 22882_20240916_0822 (UTC) Details - Trying to create a sample program for FDCAN in which the program transmits the data using the CAN protocol. I have tried different methods but was no...
In my program, I implemented a sleep using the STOP2_Mode, and to wake the MCU again, I have to depend on interrupts and events. I have attached the image of the block of code which represents the STOP mode mechanism. When the device gets in STOP mod...