Hi: I am new at programming the ARM device (LPC2194) and the Keil tools. I am writing small programs to learn with but am having no success at getting them to run because I don't have a license from Segger to run the Flash routine and can't use Flash Magic because the board I am using (borrowed from a friend) is not a development board and has a resistor on P0.14 to Vcc to block the bootloader. Can someone give me some advice on how to setup the startup code to run in RAM. Also, do I have to calculate the Program Signature?
Any and all help will be gratefully accepted. Thanks in advance for responding.
See your D:\Keil\ARM\Boards\Keil\MCB2100\Blinky.
It has 2 targets: RAM and Flash. Pay attention to ram.ini (debug tab in target options menu). This file loads your image once you start to debug on the target.