Content originally posted in LPCWare by EI24 on Mon Jun 22 04:45:02 MST 2015
Didn't know of Stonehenge, seems like a cool place to visit!
Ok, that may be part of the problem. I tried to download, MOVS r0, #0x5 instead. But got the same result. The fasmarm assembler has some strange ways to specify your architecture. You don't simply specify your core, MCU or architecture(arm_architecture_v6m). For thumb16 i have to specify(which i think stands for architecture) CPU_CAPABILITY_V4T, *V5T, *V6T, *6M, *7M and *ALLIGN. So i think this and/or the J-Link downloader is the problem.