SRAM data is lost after soft boot
Hi,I have a problem with the SRAM. I use a stm32f303CCT and Keil. I write a value in the SRAM memory. (0x20000000 - 0x20000008) However, after a soft reset, the SRAM value will be deleted. How can this be prevented so that the data is preserved?The ...