I connect STM32F4 with CC2564 via UART 3:
CTS <-> D11
TX <-> D8
RX <-> D9
RTS <-> D12
nSHUTD <-> PE14
and connect the UART console via UART 2 with the PL2102
PA2 <-> RX of PL2102
PA3 <-> TX of PL2102
When I run the example of SPPDEMO when pressing the RESET button on STM32, the uart_console screen displays:
OpenStack ().
Stack Init Failed: -4.
Unable to open the stack.
How can I fix this?