• CY768013A Monitor-51 debugging problem
    Hi frnds, I am using CY768013A Cypress USB micro controller with cypress FX development kit. I not able to connect to my Keil IDE when attached to serial terminal of target SIO-1 to serial COM1....
  • CY768013A USB VID/PID Problem
    Dear Frnds, I am using CY768013A USB microcontroller and when i connect my board to PC , I get my Vendor ID and product ID as 0x04B4 and 0x0082, 1. I have not seen the product ID 0x0082,anywhere...
  • Interrupt Problem when relocating code
    We are experiencing a problem of non-functioning interrupts when we execute code from location 0x4000 in on-chip flash. The part is P89C51D2. We have a boot loader located at 0x0000 and interrupts function...
  • lpc2138 interrupt problem code
    hai This is my code external interrupt is generates only one time next it is in not genetated.help me. #include<lpc213x.h> #include <stdio.h> extern void init_serial(void); unsigned char temp;...
  • lpc2138 interrupt problem code
    hai this is my external interrupt code it is executing interrupt only once please check where i did a mistake send me. #include<lpc213x.h> #include <stdio.h> extern void init_serial(void); unsigned...