• LPC2148 Pin Data fetching issue
    I want to get the count whenever a pin gets high and store it in a variable and then use every count of the variable in if loop for my process. What would be the syntax and how can i add a counter if...
  • LPC 2148: Fetching data from uart and displaying that on LCD
    Hey, I have a sensor which sends ASCII data. I want to save that data in the RBR register of UART and then display it on the LCD I am here posting the code for the same but i am not getting any display...
  • Downloading bin file into Arm Cortex A9
    Hi, I have a binary file of BCM56450 ARM Cortex A9 processor. kindly help me out on how can i load the bin file into the processor using Dstream Tool. Regards, Muthuvairavan K
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • Transmit UART on F320
    I am reading in I2C protocol, which fills up a USB_TX_Buffer. I have that buffer in the watch window and can see the values I want filling it up, but when I to transmit it out on the UART TX pin on the...