We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Hi,
If your question is urgent, it would be better to contact ARM Technical Support directly and they can help you work through the problem.
It could just be an issue in the semihosting setup, but it's hard to tell for sure from that error message.
Thanks,
Joe