Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
EnPa_1371286
Level 1
Level 1
5 replies posted 5 questions asked First reply posted

I've got from Cypress the firmware bundle called PSoC4-BLE Integrated Tests.

Do I need to leave the BLE component in the project set to HCI over UART? In this mode it generates additional UART pins (see attached picture) that are not available in the actual circuit we need to test (they are connected to, e.g., LEDs).

We need only MTK mode.

Thank you in advance, Enpa

 

EnPa_1371286_1-1645512594528.png

 

 

0 Likes
1 Solution
PratikshaV
Moderator
Moderator
Moderator
100 solutions authored 5 likes given 250 sign-ins

Hi @EnPa_1371286 

For MTK mode you can map your available UART port pins to UART_2_Wire:rx_wake and UART_2_Wire:tx and pins which are not accessible can be assigned to BLE_1:HAL_Uart pins.

You can also refer the below KBA for more information:

https://community.infineon.com/t5/Knowledge-Base-Articles/Test-Firmware-for-PSoC-PRoC-BLE-RF-Certifi...

 

Thanks & Regards

Pratiksha V 

View solution in original post

0 Likes
1 Reply
PratikshaV
Moderator
Moderator
Moderator
100 solutions authored 5 likes given 250 sign-ins

Hi @EnPa_1371286 

For MTK mode you can map your available UART port pins to UART_2_Wire:rx_wake and UART_2_Wire:tx and pins which are not accessible can be assigned to BLE_1:HAL_Uart pins.

You can also refer the below KBA for more information:

https://community.infineon.com/t5/Knowledge-Base-Articles/Test-Firmware-for-PSoC-PRoC-BLE-RF-Certifi...

 

Thanks & Regards

Pratiksha V 

0 Likes