Dear Trenz Team,
I have a TE0722 DIPFORTy1 and I am having trouble with debugging it.
I am trying to run my code in debug on the ps7_ram_0 memory, and I then see that I only occupy 70.32% of it (of the 192kB that are available) (see 1st screenshot).
Then, when I try to program it, I get a "
Memory write error at 0x15000. MMU Section Transaction Fault". This is weird, because if I go into debug mode with a smaller program, I can write and read from the memory locations 0x15000, 0x15001, and 0x15002 (which I tested with wrt and wrd commands from the XSCT Console, see 2nd screenshot).
This is really weird, as in the linker script the ps7_ram_0 starts at 0x00000, and has a size of 0x30000.
A not so nice workaround that worked was to modify the linker script and send some data to be written on the ps_ram_1 instead (see 3rd screenshot), and this works, but I don't like this solution, as I should be able to use all the 192kB of the first chunk of ps7_ram_0 memory.
How could I avoid the "Memory write error at 0x15000. MMU Section Transaction Fault" message and put it all into ps7_ram_0?
Thanks a lot!
