• uvision 5, when I use no optimization for the C compiler the debugger will not run.
    I have a project where I can compile and debug as long as the optimization level is set at Oz (image size) but when I attempt to debug after compiling with no optimization O0 the application will not...
  • uvision 5, when I use no optimization for the C compiler the debugger will not run.
    I have a project where I can compile and debug as long as the optimization level is set at Oz (image size) but when I attempt to debug after compiling with no optimization O0 the application will not...
  • memory optimizations
    Hello, I write code C using C51 for DP8051 (of DCD). I start to experience problem with the too small 256-bytes internal memory. It seems that when adding an automatic idata variables (function-internal...
  • memory optimizations
    Hello, I write code C using C51 for DP8051 (of DCD). I start to experience problem with the too small 256-bytes internal memory. It seems that when adding an automatic idata variables (function-internal...
  • Scatter file errors when optimize flags applied
    Hi, I am currently trying to port a benchmark firmware to my MCU that is running on a CM33 processor. I am running into problems when I try to apply certain levels of optimization to my firmware. The...