Hi guys,
I'm currently building and flashing my projects in my ARM9 MCU with the use of uVision IDE. This works perfectly!
I was wondering if there is any stand alone flash program that supports the keil ULINK 2 JTAG adapter and requires only the hex file (and maybe an .ELF file?) so I can program my chip without using the uVision IDE?
Thanks!
As far as I know, you can: * Use uVision4 command like - see the manual (hint: uv4 -f...). As long as there is no production involved, its perfectly legal (even using evaluation version). * Use FlashMagic if your chip is by NXP (serial ISP). * Use a secondary bootloader (fed by serial, USB, network etc). * Write it yourself...