KEIL uVision MBED edition

02 Mar 2011

Simon, et. al:

You *Really* need to push the Keil guys to release an offline solution to the mbed. Maybe have it only support the LPC1768 with no debugger.

04 Mar 2011

My most pressing need would be for the debugger too though - the (econcomical) abscence of which positions mbed in the hobbyist category.

04 Mar 2011

I wish Keil could match Code Red's price of $512 for 512k! It would be nice it they had the SWD pins come out to a little header....

05 Mar 2011

The offline solution already exists, thanks to the Keil guys.

Offline Keil uVision compiling with mbed online support (SOLUTION) http://mbed.org/forum/mbed/topic/1932/?page=1#comment-9654

I've only had time to test the hello world blinky, very easy, I'm pretty impressed. Give Simon a break.

Took me less than five minutes to achieve offline compiling with the mbed libraries.

08 Mar 2011

I use Keil uVision compiling the hello word blinky, but I would like to make the code place at 0x2000 & above. I've edit the LPC1768.sct like this

LR_IROM1 0x00002000 0x00080000 { ; load region size_region ER_IROM1 0x00002000 0x00080000 { ; load address = execution address

  • .o (RESET, +First)
  • (InRoot$$Sections) .ANY (+RO) }

when re-compile the code I got error Error: Q0147E: Failed to create Directory hello world_LPC1768.bin\ER$$.ARM.at_0x02FC: File exists

anyone could help thanks