• Legacy support issue , can't find NXP LPC2368
    Hello , I am Electronics Engninnering student , we use NXP LPC2368 in our collage laboratory and use keil uVision4 to study ARM7 in university. I installed uVision5 in my laptop and after it also...
  • Legacy support issue , can't find NXP LPC2368
    Hello , I am Electronics Engninnering student , we use NXP LPC2368 in our collage laboratory and use keil uVision4 to study ARM7 in university. I installed uVision5 in my laptop and after it also...
  • Changing NXP USB HOST lite for HID class
    Hi, I have worked with NXP USB host lite example and successful tested it for my USB stick ,now i want to change the code for HID class as it is mean for Mass storage Class only . By studying i...
  • Changing NXP USB HOST lite for HID class
    Hi, I have worked with NXP USB host lite example and successful tested it for my USB stick ,now i want to change the code for HID class as it is mean for Mass storage Class only . By studying i...
  • Why can't I use xdata variable in NXP P89C669?
    My code is just as simple as below: static unsigned int xdata user_timer_count[8]; static unsigned int xdata count[8]; void func1() { } void main() { int j; user_timer_count[2] = 1000; count...