• LX51 user classes and segments
    can any one make me understand about user clases and segments in LX51
  • HCONST User Class
    Hi, Does anyone know how to create a user class for the HCONST memory type using the c251 compiler similar to creating one for the ECODE memory type: #pragma userclass (ucode = foo). The above...
  • User Classes in LX51
    Whether it is possible using Lx51 to create the User Class how it can be made in L166? In L166 creation of the User Class with a certain name is possible and then allocation of the code in this class...
  • Class forward declaration with RealView Compiler
    Hello, i have a question related to Realview Compiler V3.0. Is the forward declaration of a class not supported or is it a mistake of me? Please look the example below: class clsB; // Forward...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...