Question
Hi! I am new to all this stuff. While transfering Keil project to Cube IDE I'm facing many issues, is there a proper step by step tutorial or help on how to transfer kei project to cubeIDE? Also help me with following errors
Errors
- fatal 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: expected identifier or '(' before string constant
volatile("MSR MSP, r0")
