Keil uvision debug script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-05-12 5:19 AM
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 discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-05-21 9:01 AM
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, NouhaOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-06-02 7:29 AM
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 = 0x00000000STCLK: ulong, value = 0x00000000XTAL: ulong, value = 0x007A1200CLOCK: ulong, value = 0x007A1200Does 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.
