cancel
Showing results for 
Search instead for 
Did you mean: 

Keil uvision debug script

hospodar
Associate III
Posted on May 12, 2014 at 14:19

Hello,

is there a possibility to make debuging scripts for STM32 processors in Keil uvision MDK? 
2 REPLIES 2
Nickname306_O
Senior
Posted on May 21, 2014 at 18:01

Hi hospodar.ivan,

This is possible! You can find helpful documentation on ARM web site for :

Scripting langage:

http://www.keil.com/support/man/docs/uv4/uv4_debug_functions.htm

Debug from command line

 :

http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm

Best Regards,

Nouha

smrtkai
Senior
Posted on June 02, 2016 at 16:29

Hi,

I would like to write debug/signal functions for my STM32F429I discovery board. Unfortunately the Debugger complains with ''undefined identifier'' for any input or output register, e.g. S0IN or AIN0.

When I execute ''DIR VTREG'', the debugger outputs the following result.

TRAPS: ulong, value = 0x00000000

TRIGFLT: ulong, value = 0x00000000

STCLK: ulong, value = 0x00000000

XTAL: ulong, value = 0x007A1200

CLOCK: ulong, value = 0x007A1200

Does this mean, the registers for ADC, Serial Port or the GPIO's are not supported? The project was generated using STM32CubeMX.

Thanks in advance for any support.