User Activity

Hello,I am trying to use the USB virtual com port on an STM32WB5MMG. After trying to go into any of the stop modes, I cannot get the virtual com port to work again. (I am using the RTC alarm to wake up the MCU from stop mode and it wakes up fine)I ha...
Hello everybody,I am making a project with a custom bootloader + application combo.I want to make the bootloader check for the CRC, length, and some other data that I already inserted into a .BIN file with a post-build python script.All the checking ...
Hello,I have been trying to make a driver for the Winbond(W25N01GV)  NAND flash over QSPI but I've been failing so far. Can somebody give me some ideas about what I am doing wrong?        #define UNPACK_UINT16_TO_2_BYTES(num) {(uint8_t) (((num) & 0x...
Kudos from