• TRACE_DEBUG in µVision4
    Hi, I'm new with ARM and µVision, and I try demos from Keil on SAM3U board. In demo, there is TRACE_DEBUG function ( like TRACE_DEBUG("suspend !\n\r")) and I don't see anything appears on Trace...
  • stm32f4 / matlab / µVision4
    Hello, I am currently trying to get my stm43f4 discovery board working. I use µVision4 as toolchain for Matlab/Simulink but I have some problems downloading my generated code into my flash. ...
  • µVision4 uvproj-File changes
    Hi, in my projects I use the version contorl system git. But everytime I open my project in µVision4 changes to the uvproj-File were made so git says that I uncommitted changes. How can I avoid...
  • µVision4 not always showing address of variables
    Hi, I have a little "problem" with µVision4 (4.10). When my cursor is on &variable, popup not showing the address of the variable, only the value. ex.: img709.imageshack.us/.../forum1.gif With...
  • How to Debug/Simulate an STM32 program from RAM in µVision4
    What is necessary to simulate or debug a STM32 program that is intended to run in RAM? In µVision4 the program is located and loaded in RAM, but start debugging results in a jump to 0x00000000. ...