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
View all questions in Arm Development Studio forum