• SEGMENT COMBINATION ERROR - SEGMENT "REG BANK 0"
    Hi, I am building a project that includes an ABS file. The ABS file was built previously for a ROM build. I am now trying to build a "patch" and including the ABS file in the project so that linker...
  • SEGMENT COMBINATION ERROR - SEGMENT "REG BANK 0"
    Hi, I am building a project that includes an ABS file. The ABS file was built previously for a ROM build. I am now trying to build a "patch" and including the ABS file in the project so that linker...
  • help reg ARM LPC2378
    Hi There, i'm new to LPC2378. can anyone help me to do the external interrupt using EINT0, and EINT1. i need simple source code for the same. thanks in advance my mail:karthikec23@gmail.com
  • help reg ARM LPC2378
    Hi There, i'm new to LPC2378. can anyone help me to do the external interrupt using EINT0, and EINT1. i need simple source code for the same. thanks in advance my mail:karthikec23@gmail.com
  • Can u please help me resolve errors
    #include<reg52.h> //header file #define lcd P2 sbit rs=P3^7; sbit rw=P3^6; sbit en=P3^5; sbit start=P1^2; sbit stop=P1^1; sbit buzzer=P1^0; sbit slide_sw=P1^4; sbit relay=P1^3; void lcddata...