• Linker Code packing causing problems
    Hi, I am porting my code from compiler C51 ver6.23 and BL51 to the new compiler and linker , C51 ver 7.00 and LX51 ver3.30 . This was to take advantage of the optimisation features of the LX51's linker...
  • 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...
  • Packed structure is not packed
    I would like to have a packed structure (because I'm gonna store those data in flash, and need it as small as possible). I'm using Keil 5.22 on nRF51822. typedef struct { uint16_t packedValue;...