Hello,
I'm debugging beaglebone in CCS v5 and when i connect and make a HW reset PC is 0x000212E6 but in ref. manual boot rom addresses are different than this.
So what is this address?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm debugging beaglebone in CCS v5 and when i connect and make a HW reset PC is 0x000212E6 but in ref. manual boot rom addresses are different than this.
So what is this address?
Omer,
boot ROM is in the 0x2xxxx address range as shown in Figure 26-3. So your code is indeed somewhere in the ROM trying to boot. If you want to halt the processor after a reset, set a hardware breakpoint at 0x20000 and perform a System Reset.
Regards,
James