Skip to main content
hospodar
Associate III
May 12, 2014
Question

Keil uvision debug script

  • May 12, 2014
  • 2 replies
  • 1077 views
Posted on May 12, 2014 at 14:19

Hello,

is there a possibility to make debuging scripts for STM32 processors in Keil uvision MDK? 
    This topic has been closed for replies.

    2 replies

    Nickname306_O
    Visitor II
    May 21, 2014
    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
    Associate III
    June 2, 2016
    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.