• ROM() Directive Effect on Code Generation
    The ROM(small/compact/large) directive, selected by the "Code Rom Size" option in the uVision Target dialog, tells the compiler to generate ACALL / AJMP instructions inside functions (compact) or for...
  • About pointer to a huge table in C
    Hi, I am a bit confused about writing codes with a poitner pointed to a huge table in C with Keil compiler (for C166 MCU). First if i want to define a pointer pointed to a huge table, naturally...
  • huge to far
    Hello, I think I finally found a Problem which caused me Trouble over the past Days, and now I'm trying to find a satisfying solution. I'm using an Infineon XC161CJ with a grapical Display. I use...
  • MDK-ARM compilation of huge data
    Hi all, There is a need for compilation of structure that contains more than 7 MB of data. MDK-ARM (Professional, version 5.12.0.0) stops working after compilation, though a binary file is successfully...
  • LX51 Huge Code
    I am trying out an application for the MX51 and I need HUGE code generation but it generates a combination of both. As an example, in my routines it generates the proper ECALL and ERET but if I call...