Open
Description
I'm porting trampoline os to tiva c target "tm4c123gh6pm", have written required files for porting and now debugging, processor goes into hard fault after this assembly line which could be found in tpl_invoque.s in line 108:
/*-------------------------------------------------------------------------
* return from the service wrapper
*/
bx lr
after branching from this assembly line which could be found in tpl_sc_handler.s in line 286:
/*-------------------------------------------------------------------------
* 21 - Return from the SVC
*/
bx lr
any information to help?