This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Question regarding "Debugging on Baremetal configuration startup cortex A-150"- I encounter the below mentioned error

ERROR(COR118-TAD11-NAL20):

! Unable to determine if SVC was a semihosting call

! Failed to write 18 bytes to address S:0x80070018

! Verify error on memory operation.


I started debugging from entry point and i see the following situation:-

LDR PC, Reset_Addr

LDR PC, Undefined_Addr

LDR PC, SVC_Addr

It keeps on loading PC with the SVC_Addr and at this address the following thing happens:-

SVC_Handler

B   SVC_Handler

So branching to itself and it does not proceed further,

For proper execution, this thing should not happen and the PC should not be loaded with this SVC_Addr.

Please help,,It's URGENT