• to use externel memory in CC2430 board for TinyOS 2.x
    I would like to use externel memory in CC2430 board for TinyOS 2.x I found an example named 'HalFlashP.nc'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer...
  • to use externel memory in CC2430 board for TinyOS 2.x
    I would like to use externel memory in CC2430 board for TinyOS 2.x I found an example named 'HalFlashP.nc'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer...
  • lpc-2368-uart receiver problem
    I have connected lpc 2368 to computer via uart-1 and using bioscom funtion in c++ i have made a programme to send and receive char through uart.my problem is that i can send char from lpc 2368 and able...
  • Receiving UART in LPC1768
    I'm working on a project in which the MCU LPC1768 will be connected to a host. The host will send command message to UART1 of MCU LPC1768 and the MCU will reply with a predefined message. There are...
  • UART data Receiving
    Hi All, I am trying to receive data from UART and keep it in Receiver buffer. I need to check character by character whether the data received is a printable ASCII character or not. I am using LPC1768...