You need to enable: USARTx peripheral, setup your Driver -> Serial to
correct baudrate, etc and then you can run the serialrx example.
BUT you need to setup CONFIG_EXAMPLES_SERIALRX_DEVPATH to the right
port, i.e.: /dev/ttyS1
Before mastering NuttX it is important that you know Linux, otherwise
y
?Hi,
I have an application running using Nuttx 10.1.0 release. It automatically
restarts after a while. I tried to insert debug breakpoints using MCUXpress IDE
but no luck in finding the cause of it.
The RTOS is running fine else my IDE would have given an exception . However,
my application
Watchdog?
On 8/31/21, Rohail Rasool wrote:
> ?Hi,
>
> I have an application running using Nuttx 10.1.0 release. It automatically
> restarts after a while. I tried to insert debug breakpoints using MCUXpress
> IDE but no luck in finding the cause of it.
>
>
> The RTOS is running fine else my IDE w