Modifying linker to keep all ram after soft reset
Hi, everyone. I am using stm32l496 and I my application requires me to keep all data in ram after reset. Now i followed these instructions in this link. https://interrupt.memfault.com/blog/noinit-memory it works, like I expected but the thing is I wa...