Fw: Configuring internal watchdog

2024-06-18 Thread Sangam Thapa
From: Sangam Thapa Sent: Thursday, June 13, 2024 4:59 PM To: dev@nuttx.apache.org Subject: Configuring internal watchdog Hello everyone. Although I have initialized the both independent watchdog and window watchdog, the timeout seems to be 0 all the time. The

Configuring internal watchdog

2024-06-13 Thread Sangam Thapa
Hello everyone. Although I have initialized the both independent watchdog and window watchdog, the timeout seems to be 0 all the time. The watchdog waits tills it reaches 36500 and resets the MCU. Attached here is a log of nsh shell(running IWDG watchdog). Though the driver for WWDG has been in

How to use UART DMA in nuttx?

2024-06-13 Thread Sangam Thapa
Hello. I am currently working on implementing UART transmission using DMA (Direct Memory Access) mode. However, I've encountered challenges due to the scarcity of information available online regarding this topic. My main struggle lies in understanding where and how to define the interrupt callb

Re: Fw: Problem initializing hardware timer in stm32 board

2024-06-11 Thread Sangam Thapa
Xiang Xiao mailto:xiaoxiang781...@gmail.com>> wrote: Could you share the call stack when the assert happens? On Mon, Jun 10, 2024 at 4:02 PM Sangam Thapa mailto:sangam.thapa...@outlook.com>> wrote: ____ From: Sangam Thapa mailto:sangam.thapa...@outlook.com>

Fw: Problem initializing hardware timer in stm32 board

2024-06-10 Thread Sangam Thapa
From: Sangam Thapa Sent: Monday, June 10, 2024 1:44 PM To: dev-thread.12...@nuttx.apache.org Subject: Problem initializing hardware timer in stm32 board I'm writing to seek assistance with a hardfault error I'm encountering while working on hardware