User Activity

Hello all,I am currently trying to enable the CRC SPI (CRC-16/CCITT-FALSE) on my project, but I can't make it work. You can found bellow the SPI configuration set on CubeMxHere is the message read back on my logic analyser, in yellow (0x0C52) you'll ...
Hello everyone,I'm today encountering a new issue where your help will be more than welcome.I'm communicating with an external Flash Memory using the QSPI of the STM32H7 than I own and everything is working as expected at the first run. I can write a...
You can found below a extract of my linker script:MEMORY { D1_CODE_RAM (xrx) : ORIGIN = 0x24070000, LENGTH = 64K FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K NVRAM (rx) : ORIGIN = 0x8020000, LENGTH = 64K }   .ram_code_load...
Kudos from