• 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 microcontroller
    Hello, i need to the coding for interfacing 8051 microcontroller with str 433 or any other transceiver. and i need to know how to convert the string of data into digital and coding for that.it would...
  • Regarding about
    How can i go about calculating the timer values if i want to use the codes below to make the LED blink at 1Hz? How do i do calculation if i want it to blink at different Hz? //-----------------...