Part Number:TM4C123GH6PM
Using Keil uVision 4 IDE. My test program consists of a single line of executable code which produces an assembly error:
Test.s(7): error: A1186E: Code generated in data area
This is the complete listing:
;Test.s
; Test short program in assembly
;
THUMB
AREA CODE, READONLY
Start
mov r0, #1
ALIGN
END
I've tried uninstalling the IDE and re-installing it to no avail.
Any comments appreciated
ga5941@gmail.com