Hi,
I connected a Silabs MCU to the CC2530 and it works with SPI but I must also use the UART transport layer and I don't seem to be able to get it to work.
I hooked a logic analyzer: CTS and RTS are both low and the CC2530 Rx line shows the MCU characters but there is nothing back from the CC2530 Tx line (nothing after a reset either).
I'm using the ZNP Mini Kit CC2530-MK-PRO.hex file (from the Mini Kit BIN directory) and the CC2530 is connected as follows:
- CC2530 P0_4 CTS to MCU RTS
- CC2530 P0_5 RTS to MCU CTS
- CC2530 P0_3 TX to MCU RX
- CC2530 P0_2 RX to MCU TX
- CC2530 RESET_N to MCU GPIO
- CC2530 P0_0 CFG0 to +3.3V through 10K pullup
- CC2530 P0_1 CFG1 to GND
The uart configuration on the MCU side is 115200-8-N-1 with hardware flow control and I carefully followed the instructions described in the SWRA312 CC2530ZNP Interface Specifications manual.
Please can you help me out to find what I am doing wrong ?
Many thanks in advance. Patrick