• How to use #Pragma to change the specific file optimization level in IAR
    Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization. #pragma optimize= none :-Tried before the function definition...
  • How to use #Pragma to change the specific file optimization level in IAR
    Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization. #pragma optimize= none :-Tried before the function definition...
  • Runtime / Simulation Specific Code
    Hello everyone, So, I am working with an 8051W core processor (with OTP, once again, that's a whole other discussion) and I'm pretty maxed out on code space and looking to trim it down a bit. I need...
  • Runtime / Simulation Specific Code
    Hello everyone, So, I am working with an 8051W core processor (with OTP, once again, that's a whole other discussion) and I'm pretty maxed out on code space and looking to trim it down a bit. I need...
  • placing code at specific address
    in main() I have two pieces of code - the first one needs to start at the beginning of main and it is very small the second one will be placed just after at the beginnig adddress + 200h can you tell...