Re: UART with Nucleo-H743zi2 board using Nuttx

2021-08-31 Thread Alan Carvalho de Assis
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

Application Restarting

2021-08-31 Thread Rohail Rasool
?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

Re: Application Restarting

2021-08-31 Thread Alan Carvalho de Assis
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