• 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...
  • local variables in assembler
    Hi all, In my function, I use local variables, and everything works fine while I stay in C. But when I try to use the same variables in an assembler insertion in the same function, I get error A45:...
  • Global Vs Local Variable
    I have all global variables in my project. Since RAM data size has almost become full, i wanted to replace some of the global variables with local variables in functions. But each local variable declaration...
  • 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 missing
    Today seems to my day for oddities. I just started debugging some code that I've been working on for quite some time (this is a revision for a new model number) and now the Locals window remains blank...