• Cannot see local variables
    Hi, I'm trying to develope an application with the STM32F4-Discovery Board , but I'm having problems when debugging. I don't know why I cannot see local variables, the y appear always as <not in scope...
  • Local variables storage optimization
    Hi , I am using ARM Cortex M4 . When I compile my code I get "No space in Execution region with .ANY selector matching section .const data .When I decrease the code size I am able to compile the...
  • can't watch local variable
    When I debug \Keil\ARM\RV30\RTL\Kernel\Examples\Measure\Measure.uv3,I want watch "cmdbuf[]" in Watch & Call Stack Window,when I use SARM.dll V1.5,watch data was right,but when I use SARM.dll V3.x,watch...
  • Accessing local variables in asm
    How can you access local variables in the arm asm block? One example the software came with looks like this and doesn't work: int AddUp ( int n, int near *pTab) { __asm { ; open inline-assembly...
  • variable not appearing in Locals Window
    I want to look at some registers using the variable 'debug'. However, the variable does not appear in the Locals window. Reading other posts, they say I need to use the variable otherwise the compiler...