This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

M0 assembly syntax

I have some ARM assembly code that needs some porting to a Keil environment intended to run on an M0.

I am getting some errors for

register uint32_t *mp __asm("r0") = < pointer> ;

This is complaining saying that mp is not initialized. Any clues?