Hi:
Now keil4 default is to use the 16_bit THUMB instruction set, if I want to set it to start the program using the 32_bit ARM instruction set, how should we do? thanks
Hi:
Now keil4 default is to use the 16_bit THUMB instruction set, if I want to set it to start the program using the 32_bit ARM instruction set, how should we do? thanks
The Cortex-M cores on the nRF series don't support the ARM instruction set, just the THUMB one, so you can't set it to ARM
even THUMB had some 32 bit instructions, THUMB-2 (which in most assemblers is still enabled by setting mode to 'thumb') has more. I took the question to mean 'how can I turn on the entirely 32 bit old ARM mode' which the cortex don't support.
even THUMB had some 32 bit instructions, THUMB-2 (which in most assemblers is still enabled by setting mode to 'thumb') has more. I took the question to mean 'how can I turn on the entirely 32 bit old ARM mode' which the cortex don't support.