User Activity

Errorsfatal error: rt_sys.h: No such file or directory #include <rt_sys.h>I have this fuction in somefile  __asm void MSR_MSP(u32 addr){  MSR MSP, r0 //set Main Stack value  BX r14}error: expected '(' before 'void' __asm void MSR_MSP(u32 addr)error...