Anybody know what version of ARM the DigiC II and DigiC III are running?
Are they also running in Thumb mode? V6 or above?
core/ is built in Thumb mode
platform/ and loader/ in ARM mode
I just want to use the LDRH, STRH on non word or half word aligned addresses.
Same for LDRB and STRB on odd addresses.
The CPU (tested on digic3) executes (at least) STRD but our compiler complains about that command.
People have encountered weird effects when using other gcc-builds, so we stick to our limited but working gcc and avoid "unusual" commands.
Cheers.