Part Number: 66AK2G02
Tool/software: Code Composer Studio
I built the Hello World application using the Bare Metal guide and can compile, link, and load it. But it vectors to "undefined instruction" after 6 single steps into the assembly code.
It runs the code at Entry() which takes it to "_mainCRTStartup(), _start()". Then it tries to execute a benign instruction:
ldr r3, [pc, #0x54]
which sets the registers to strange values and vectors to a different address. In the project I have selected "Disable interrupts when assembly stepping" and also source stepping, so I don't see how an interrupt could be changing our address.
I will include two screenshots after this to show the before and after situation. Note the disassembly window on the lower right along with the register values in the upper right for before & after.
Roger

