Hello Miro, I followed the steps : 1) script -> RAM memory map and I verified that the RAM memory is mapped to 0x00 2) And during debugging I changed as in the post, the sys_core.asm file as following: userSp .word 0x00000000+0x00030000 svcSp .word 0x00000000+0x00030000+0x00000100 fiqSp .word 0x00000000+0x00030000+0x00000100+0x00000100 irqSp .word 0x00000000+0x00030000+0x00000100+0x00000100+0x00000100 abortSp .word 0x00000000+0x00030000+0x00000100+0x00000100+0x00000100+0x00000100 undefSp .word 0x00000000+0x00030000+0x00000100+0x00000100+0x00000100+0x00000100+0x00000100 The problem is that the system, is suspended. That means I can see only the Terminate (square red ) button. Do you have any idea how to fix this? Best, Soundes.
↧