• 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...
  • 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...
  • huge R/w in code after rebuild
    In my code I haven't initialized even a single var initially. All my vars are defined line: datatype_t my_var; uint8_t x; uint32_t z; AlSo all var should take space in ZI data. I also read...
  • huge R/w in code after rebuild
    In my code I haven't initialized even a single var initially. All my vars are defined line: datatype_t my_var; uint8_t x; uint32_t z; AlSo all var should take space in ZI data. I also read...
  • Using huge pointer
    How to read address pointed by huge pointer?