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
The main reason I need to get these examples running is that they are the ones furnished with my development board, namely the MikroE EasyARM board with the LPC2148 MCU. They have all the nice little libs for I2C, SPI, LCD, etc. that one likes to play with. I sent MikroE a request for the source code for those library files so I might recompile in RealView. If they will not furnish those then I don't have a lot of choices but the go back to the CARM compiler that they used for their examples. There are some Keil examples for the LPC2100 family which probably will work with my dev board. You know the Hello World and Blinky ones. Not very much fun and I definitely do not want to reinvent I2C, SPI etc. Anyway thanks for your help. I would like to know if I can get the CARM compiler working with uVision3 in case I must go in that direction.
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.