- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am working on CYBT-343026 with SPP and HCI UART. I have view following question and run the attachment file.
And my RX did work but my TX didn't work while I call wiced_transport_send_data(). I want to know what might be the problem.
Thanks
Solved! Go to Solution.
- Labels:
-
PSoC 6 MCU
- Tags:
- uart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
May I know which software/IDE are you using?
Have you configured the PUART pins correctly?
The KBA is written for CYW920706WCDEVAL kit in WICED SDK. When I checked the platform files in the latest software the pins are as below for PUART. Please check whether you have done any mistake related to the puart pins.
CYW920706WCDEVAL
#define WICED_PUART_TXD WICED_P31 /* pin for PUART TXD */
#define WICED_PUART_RXD WICED_P33 /* pin for PUART RXD */
CYBT-343026-EVAL
#define WICED_PUART_TXD WICED_P31 /* ARM GPIO pin for PUART TXD */
#define WICED_PUART_RXD WICED_P04 /* ARM GPIO pin for PUART RXD */
Thanks,
-Dheeraj.P.K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
May I know which software/IDE are you using?
Have you configured the PUART pins correctly?
The KBA is written for CYW920706WCDEVAL kit in WICED SDK. When I checked the platform files in the latest software the pins are as below for PUART. Please check whether you have done any mistake related to the puart pins.
CYW920706WCDEVAL
#define WICED_PUART_TXD WICED_P31 /* pin for PUART TXD */
#define WICED_PUART_RXD WICED_P33 /* pin for PUART RXD */
CYBT-343026-EVAL
#define WICED_PUART_TXD WICED_P31 /* ARM GPIO pin for PUART TXD */
#define WICED_PUART_RXD WICED_P04 /* ARM GPIO pin for PUART RXD */
Thanks,
-Dheeraj.P.K