• Linker Code Packing Problem
    Hello, I'm creating an application which runs on Dallas 89C450 microcontroller. My application uses RTX-51 Full RTOS. The versions of the tools which are integrated into my IDE are like below: ...
  • Linker code packing breaks breakpoints
    uVision 4, C8051F360, C2 debugging I've notice that I can no longer set breakpoints anywhere in my program after enabling, then disabling, linker code packing. ('anywhere' litterally means no breakpoints...
  • Code generation problem with Linker Code Packing (max. AJMP / ACALL )
    Dear *, Problem:- When we are compiling our code with "Linker Code Packing" then keil compiler is generating wrong code and because of this, execution of code is Erratic. Description:- For...
  • 7.06a Code packing problems
    I use Version 7.06a (downloaded today) and have problems with linker code packing. At Otpimize level 8 and above some code is missing at execution. void Tasks_GetConfig(OBJ_TASKS this) { U1 idata...
  • scatter file causes linker error
    Hello, I'm trying to create a elf file with the help of a scatter file. I'm using the RVCT 2.2. This is my scatter file: LOAD_FLASH 0x100000 0x80000 ; defines begin and size of the load region...