• Linker L51 and RTX51
    I have four object files created by C51 compiler, one of them RTXCONF.obj. I'm not using banking. I used the commnad: 1)L51 f1.obj,f2.bj,f3.ob,f4.obj To f.abs 2)L51 f1.obj,f2.obj,f3.obj,f4.obj...
  • L51 to LX51 porting
    I have some legacy code that was built with C51 v5.02. We have issues with the parallel-port dongle and I am trying to use the new version of the C51 compiler (v9.55). Assembly (A51) and compilation...
  • passing from L51 to LX51
    Hi all I've an application which uses 4 banks an I can compile it without problem using uvision with L51 linker, but when I change my configuration to use LX51 (Use Extended Linker and Extended Assembler...
  • NXP LPC2xxx dont have I2C_CLK VTREG
    Want to simulate I2C Master,but I2C_CLK VTREG is not included.
  • Dont get it
    Sorry. I meant to say Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the...