HELP !!!!
While developing the uart to bluetooth communication, like below
UART <---> CC2540 Keyfob <--- Bluetooth RF --> CC2540 USB dongle
We met some problems
1. The default "hal_board_cfg.h" implied to use "UART DMA" mode, and will conflict if we add other modes in IAR system preprocessor define
2. The default "UART0 with alt1" uses the same PINs as CC debugger on CC2540 keyfob, so we can't uses CC debugger to trace default uart settings
3. The examples : "simpleBLEperipheral", "HostTest" and newest "keyfobdemo" don't have uart serial communication.
Can you offer us a working sample code or some developing guideline for uart so that we can handle it much clearer ?
We got lost in the maze, please help us to get out !