Other Parts Discussed in Thread: CONTROLSUITE, LAUNCHXL-F28027
Hello.
I'm using C2000 launchpad. And trying to use Bluetooth module with SCI(UART) communication.
Before use the Bluetooth module, I did a test by Hyper terminal.
I find that Launchpad Tx function works well. But Rx is not.
As below SCIRXEMU & SCIRXBUF works properly.
But the SCIRXST (Receive ready flag) never changes.
I’m using
SCI_putDataBlocking()
SCI_getDataBlocking()
In the
C:\ti\controlSUITE\development_kits\C2000_LaunchPad\f2802x_common\include\sci.h
C:\ti\controlSUITE\development_kits\C2000_LaunchPad\f2802x_common\source\sci.c
What should I do?


