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.

Z-tool setting in cc2430

Other Parts Discussed in Thread: Z-STACK, CC2430

Hi All,

I would like to use the Z-tool interface on the cc2430 (using z-stack), and I have three questions:

1.       Is it possible to use the CTS / RTS signals while using the z-tool.  What and where should I change the code?

2.       How do I change the UART speed of the MCU to 115200 bps?

3.       Can I set the UART speed to more than 115200 bps?

 

thanks,

Nir

 

  • The UART driver is only designed to use GPIO pins to act as RTS and CTS. You can look at the function HalUARTOpen() for this and search for the macro called RX0_FLOW_ON. This is also where you would configure the UART baud rate to support 115200 bps.
    The UART itself supports higher "non standard PC" baud rates, but you won't be able to use the PC unless you have a special COM port driver that understands speeds greater than 115200.