• RSIR LPC2364/66/68
    On powerup I want to read the cause of starting with the following code: printf("\n\rPowerup Source [%04X]: ",RSIR); if(RSIR&(1<<0)) {printf("POR "); RSIR|(1<<0);} if(RSIR&(1<<1)) {printf("EXTR...
  • RSIR LPC2364/66/68
    On powerup I want to read the cause of starting with the following code: printf("\n\rPowerup Source [%04X]: ",RSIR); if(RSIR&(1<<0)) {printf("POR "); RSIR|(1<<0);} if(RSIR&(1<<1)) {printf("EXTR...
  • regarding ARm7
    Hello, I am using ARM7 lpc2378 for usb developement.I use the keil example usb hid code,it woking fine and can tansmit,receive the 8bit data.Now I want to send and receive the 32bit data.I changed...
  • regarding jtag
    I design my jtag for luminary board , it work well with Steralis ICD , Now I want to build my own dll for luminary so that I can name Pramod ICD, how i can do this i tries but it give problem...
  • regarding banking
    Hi I am to make bank .Each bank size is restricted to 16k . but i want 32 k . because one of my C file ,code size is more than 18k . how can i achive this ? please give me your suggestion thanking...