Resolved! SRAM2 in Secure Zone Reset Issue with STM32U575 Using SBSFU
Hi,I am working with SBSFU on a STM32U575 microcontroller, and I want to use the __attribute__((section(‘.ram2’))) to place a variable in the secure SRAM2 memory section so that the variable can write to it. However, the secure SRAM2 memory is reset ...