• How to wait for multiple event?
    Hi All, I'm working with the CMSIS-RTOS API and I would like to wait in a thread for multiple events like a specific Signal occured OR a Message Queue event. Usualy the osWait function in a combination...
  • How to transmit/receive a bitstream?
    Hi, My ST32F103ZE needs to send and receive a serial bitstream to control some led display. I wrote a driver that simply controls a single GPIO port. My question is: can I use the DMA controller...
  • usb host
    Hi, I am trying to make LPC2468 as a USB host I successfuly convert the NXP usb hostlite example compatible with FAT32 . I am able to read data and copy data but when i create a file and write...
  • usb host
    Hello Sir, I am working on USB host for HID class using LPC2468 controller . I am using USB Hostlite example as a base . I made this code compatible for both full speed and low speed hid device...
  • USB host
    I want to make LPC2468 as a USB host for FAT32.but usb hostlite example support FAT16 can anybody guide me in this case . I will be very thankful