• How can I auto-creat hex files in uvision IDE when I use LX51 ?
    If I create 32 code banks by using BL51 in uvision IDE, it can be auto-created 32 hex files. But If I want to create 32 code banks by using LX51 in uvision IDE, it can't be auto-created 32 hex files...
  • How can I auto-creat hex files in uvision IDE when I use LX51 ?
    If I create 32 code banks by using BL51 in uvision IDE, it can be auto-created 32 hex files. But If I want to create 32 code banks by using LX51 in uvision IDE, it can't be auto-created 32 hex files...
  • How to make remote call of functions, like through RS232.
    Hi All, I have some communication protocol with PC(RS232), and I'd like to call functions remotely. Any smart ideas, how to pass them? Or if someone had attempts and has comments on it? Thanks...
  • How to make remote call of functions, like through RS232.
    Hi All, I have some communication protocol with PC(RS232), and I'd like to call functions remotely. Any smart ideas, how to pass them? Or if someone had attempts and has comments on it? Thanks...
  • how to create multiple user tmers and call back function?
    It seems that we have to use the second para "info" in os_tmr_create (xx, info)to distinct which usr timer callback funtion is called. #define Timer1CallBackFn1 1 #define Timer2CallBackFn2 2 #define...