Tool/software: TI C/C++ Compiler
Hi,
Is there a sbus library for MSP432?
Thanks
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.
Tool/software: TI C/C++ Compiler
Hi,
Is there a sbus library for MSP432?
Thanks
Or some way to set the UART with a baud rate of 100000?
I haven't seen (noticed) an SBUS library for the MSP432, but I see something at MBED which might get you started.
100kbps is pretty easy (BRW=SMCLK/100000). MSbit first is doable. They say it's "inverted" but from the traces I see it looks like ordinary UART. There are mumbles about 5V (vs 3V-only for the MSP432) but I don't know if this is part of the specification or an artifact of some implementations.
Is it possible to use a non-standard UART speed in an RTOS project without setting it at the registry level? Because the ones it allows are 9600, 19200, 38400, 57600, 115200...
**Attention** This is a public forum