Tool/software:
How to enable GPIO pin for RS485 Direction Pin in secondary_bsl_uart example.
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:
How to enable GPIO pin for RS485 Direction Pin in secondary_bsl_uart example.
ROM based BSL
ROM BSL doesn't support this kind of advance function.
ROM based BSL with Flash Plugin interface.
You can add one GPIO in plugin UART_init, and control it in UART Rx/Tx function.
Default status should be output enable Rx.
You can find plugin four function defined in plugin demo code.