Hi,

1) when i tried to debug cc2531usb dongle as a end device it shows the driver initialization error. And i also want to configure coordinator for receiving data from end device or router using serial app's _hal_uart_isr  c code. how should i proceed for that and i want to develop my own application for end device as well as coordinator.

A) At end device side i interfaced 3 sensors  for monitoring air pollution. so i used port P1 to select one of the sensors and to read sensor values i used ADC channel 0. After getting data from sensors i want to monitor data on hyper terminal and want send sensor data to coordinator. How should i start?

B) At coordinator side i interfaced the Dongle  to PC using serial communication, for that i used UART0 of port0. But i am unable to get this by using _hal_uart_isr. c code. I already enabled drivers for that and Set some pre-processors as:

HAL_UART=TRUE

HAL_UART_ISR=1

HAL_UART_USB=FALSE

BUT it does not worked for coordinator, It works only for router. What are changes i need to do?