Keil™, An ARM® Company

Discussion Forum

Ulink Programming

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Kian Chin Liew
Posted
23-Nov-2007 22:40
Toolset
ARM
New! Ulink Programming

Hi all,

I am in the mass production stage and would like to write a software to do flash programming on my ARM7 chip. My current way is do programming by clicking the "Download" icon in Keil. My programming is done via ULINK USB - JTAG Adapter. Is there any way that I can develop my software in VB or VC++ to prigram HEX or BIN to the flash.

I counld not identify the library and help file regarding this. Anyone have experience please give hint.

Thank you.

Read-Only
Author
Tsuneo Chinzei
Posted
24-Nov-2007 01:46
Toolset
ARM
New! RE: Ulink Programming

"Is there any way that I can develop my software in VB or VC++ to prigram HEX or BIN to the flash."

See this appnote.
"ULINK: USING ULINK AS A DEVICE PROGRAMMER" on KEIL
http://www.keil.com/support/docs/3061.htm

The points are,
- uLINK(2) handling is integrated just in uVision, no independent app just for FLASH programming.
- uVision accepts command line (BATCH) mode to invoke the FLASH programming procedure.
- No limit of the code size on HEX file, even on Demo/Evaluation version of uVision.



Execute the command line using ShellExecute()

"ShellExecute Function" on MSDN
http://msdn2.microsoft.com/en-us/library/ms647732.aspx

Tsuneo

Read-Only
Author
Andy Neil
Posted
24-Nov-2007 03:26
Toolset
ARM
New! RE: Mass production

Remember that uLink is designed as a test/debug tool;
For a production tool, perhaps you should be seeking something specifically designed for that?

http://www.jtag.com

http://www.xjtag.com

etc...

Read-Only
Author
Kian Chin Liew
Posted
24-Nov-2007 16:11
Toolset
ARM
New! RE: Ulink Programming

Thanks for the information. It is very useful !!

Next Thread | Thread List | Previous Thread Start a Thread | Settings