Hello folks,
I wish to view the contents of flash memory on STM32L471 (1MB ROM)
MCU using Keil ULINK2 debugger (uVision IDE v5.20.0.0), but when I do
so the memory viewer (in Debug mode) displays all 0xFF where I expect
to find data. I wonder if someone could suggest what I am doing
wrong. Here is some background information.
In my Keil uVision project I have (among other files) a C file
gsData.c containing a single initialized array, like this:
uint16_t gs[] = {
38,
↧