Hi, I try to work with nxp lpc2368 and j link debugger. Before that i've programed cortex-M3 with it, and everything was ok. But now when I like to upload anything it won't becouse of algorithm witch is not presented in KEIL/ARM/flash folder. I've been trying to create my own algorithm based on http://www.keil.com/support/man/docs/jl ... Create.htm, but no success... I think it is too complicated for me, specialy point 11. - don't know what to do with it :/. If anyone know how to solve this, please help me.
Arek
Not sure if it matters which interface you use but at least with ULINK you should have algorithms available for the 23xx chips.
Could you tell me where to find them? I've searched google, and KEIL/ARM/ folder but nothing :/
You have LPC_IAP2_<xx> whre <xx> is the amount of memory your chip has. So LPC_IAP2_256 for a LPC2366 and LPC_IAP2_512 for a LPC2368.
They are in the ARM/Flash/ folder.
I've tried it already :/. Could You be so nice and have a look at this screens: img811.imageshack.us/.../ I've changed Start and Size for both Ram algorithm and programming algorithm so they match sizes from user manual. But still something is wrong.
Thank you for you efforts so far.
You should also be able to flash your software using J-Flash ARM. You just need to configure your Project settings to match your uC and then you give your hex file to be flashed.
How can I get .hex file from Keil? after Building my project I have only .axf ; .o ; .d ; .bak ; .lnp ; .html .sct ;... files.
In Project Options, Output tab select Create HEX file
It's working! :), thank you very very much !
I hope this lack of library will be fixed in next uvision.
cya.