• Problem while accessing external RAM.
    Hi, I am using AT89S52 MCU as a target device. The idea here is to access (Read/Write) internal registers of an peripheral IC DS21554 from Dallas. I will be accessing this registers as external...
  • Problem while accessing external RAM.
    Hi, I am using AT89S52 MCU as a target device. The idea here is to access (Read/Write) internal registers of an peripheral IC DS21554 from Dallas. I will be accessing this registers as external...
  • problem wih global variables while having ram function
    I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ram_fun(); while(1) { ; } }...
  • problem wih global variables while having ram function
    I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ram_fun(); while(1) { ; } }...
  • problem wiyh external inturrupt while debug session.
    I wrote the program using external inturrupt0(p0.16). The program is executed but iam doing in the debug session it not going to IRQ_Handler.Tell me where iam doing the mistake. my program is #include...