• Stupid Question with cygnal but important for me....
    I have made a little loader for 8051f300 of cygnal , this loader is located from 0x0000 to 0x9ff. With this loader i can install application through rs232 in memory from 0xa02 to 0x1dff. I have...
  • question
    ilustrious sirs. can sumbody say the difference in lpc22xx?
  • Question
    Has anyone had a problem where Keil compiles with no errors then crashes when debugging. And then with the same code, different program it creates error messages? Thanks Gab.
  • can question
    I am using RTX51_full,and I made a program with CAN controller(sja1000),now I have a trouble with can communiction.Except of CAN,all others seem well.When I add some code that independent of CAN operation...
  • question on structures
    Hi all, I'm coding graphic LCD routines and I want to include several text fonts. So, I've defined a structure as : typedef struct DEF_FONT { U8 u8width; /* Character width*/ U8 u8height; ...