Discussion Forum

uVision debugger and scripts

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

DetailsMessage
Read-Only
Author
Rob Umfreville
Posted
24-Mar-2010 12:06 GMT
Toolset
ARM
New! uVision debugger and scripts

Hi

I'm trying to make a scripting function in the debugger, and if possible load a text file and pull lines out to apply different data strings to a communications stack.

The file commands (fopen etc) all seem to relate to flash or ram drives and not the computers drives. Is there a way around this? Or will I have to look to make an include file with the test inputs in?

Thanks

Rob

Read-Only
Author
Kevin B
Posted
24-Mar-2010 19:32 GMT
Toolset
ARM
New! RE: uVision debugger and scripts

You will have to use Visual basic commands to help you open the file. You can use the AGSI libraries to help you.

http://www.keil.com/appnotes/docs/apnt_154.asp

-Kevin
==============
A-ha! the RealView Errors and Warnings:

http://www.keil.com/support/docs/3295.htm

Read-Only
Author
Rob Umfreville
Posted
26-Mar-2010 09:23 GMT
Toolset
ARM
New! RE: uVision debugger and scripts

Brilliant, thanks very much

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