This article demonstrates how to implement motor control and speed sensing on an ESP32-C6 using NuttX RTOS. It covers setting up MCPWM for motor control, ADC for potentiometer reading, and quadrature encoder for speed measurement. The implementation showcases NuttX’s real-time capabilities through a practical example using common peripherals and sensors.| Developer Portal
I’m trying to get USB2 of iMXRT1050 working on NuttX, but when the it try to try the HCOR->portsc[rhport] to enable the bit EHCI_PORTSC_PP it crashes (PC goes to 0xffffffff) Then I decided…| Alan C. Assis