• How to debug code build outside uVision using emake on Linux
    I'm building my code on Linux with gcc using emake. Then I followed the steps( http://www.keil.com/support/docs/2310.htm ) and loaded the .elf file with debug information in Keil. It doesn't give me...
  • How to debug code build outside uVision using emake on Linux
    I'm building my code on Linux with gcc using emake. Then I followed the steps( http://www.keil.com/support/docs/2310.htm ) and loaded the .elf file with debug information in Keil. It doesn't give me...
  • Error when debugging program compiled outside uVision
    I have a small test program for the MCB2130 evaluation board, which I've made in Eclipse using the GNU Arm-GCC compiler. When I try to debug this program in uVision using the ULINK Jtag it works the first...
  • Error when debugging program compiled outside uVision
    I have a small test program for the MCB2130 evaluation board, which I've made in Eclipse using the GNU Arm-GCC compiler. When I try to debug this program in uVision using the ULINK Jtag it works the first...
  • How to configure Corstone SSE-300 to allow code outside ITCM region?
    I am trying to run my program on an FVP (Corstone SSE-300). However, the executable is large-ish (>2 MB) and does not fit in the dedicated ITCM region, which for the system has a size of 512 KB. Following...