I have the same problem and I cannot find the correct configuration for the memory mapping.
Please, can you help me with the memory mappgig?
Thanks!
Here is my memory section from the linker:
MEMORY
{
/* Interrupt Service Routines */
flash_rchw : org = 0x00000000, LENGTH = 0x8
flash_vec : org = 0x20000, LENGTH = 0xD00
/* 1MB Internal Flash */
int_flash : org = 0x20D00, LENGTH = 1M - 0x20D00
/* 80K Internal SRAM */
int_sram : org = 0x40000000, LENGTH = 80k
stack : org = 0x00200000, len = 0x0200
}