Flash Memory access when >512k
Hi to everybody.
I'm struggling to figure out this issue: I got a "NMI_Handler" error...
uint32_t *p = (uint32_t*)0x08080000UL;
uint32_t val = *p; //here jump to NMI_HandlerIf I put the addr to 0x08070000UL (e.g.) no probelm.
I'm using a STM32H562RGTX with 1MB of flash. I know that a 2MB need a back swtich... But why in 1MB?
How I can handle this?
Thanks in advance.
