Hi,
I'm trying to use inline assembler code but the keyword '__asm' is not accepted. I can create an '__asm' function with no compiler warnings but when calling this function the uC restarts. Using Cortex M3 device.
Regards,
Henk
>As far as I know, you cannot write into internal flash >like this. Did you check your user manual - are you
Yes you can, but first have to follow some unlock sequence which works fine otherwise it would not be possible to erase pages as is done.