We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi from ARM newbie I found a nice simple example for a bit bit LCD hello world program. With uVision 3.33 (limited version that came with LM3S811 eval kit) i load the example and hit F7 to build. I immediately get this error: --- Error: can't execute 'C:\Keil\ARM\BIN\AA' The project settings are for the CARM compiler. Should I be using the Realview compiler instead ?
Thanks
When you use the RealView compiler, you need to use the startup file that comes in the folder ..\ARM\RV30\STARTUP<\b>. So just replace the startup file of CARM with the correct version.