This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to use the new released project "BLE_BRIDGE" but i want to reconfigure UART to alternative 2.
Using usart_0 with port 1.2-1.5 as slave.
how you sugest to do it.
Thanks
Maxim
To be more precise I want set USART0 to SPI slave mode on alternative 2 (i continue a previous project and it use
USART0 operating in SPI-mode with
* MISO (MI): P1_4 RX(6)
* MOSI (MO): P1_5 TX(1)
* SSN (SS) : P1_2 CS(2)
* SCK (C) : P1_3 RT(3)
connected by hardware.
How i change it in this project step by step and test with bleTool that the data i send with my external MCU to CC2541 is transmitted