Dave Nadler
Dave Nadler
### Operating System Windows 10 ### Board imxRT1024 ### Firmware This appears to be a generic problem for FreeRTOS (or any RTOS) applications... Custom FreeRTOS application, using tinyUSB host mode...
USB stick does not work unless plugged in at program start, and does not work if unplugged/replugged
### Operating System Windows 10 ### Board imxRT1024 custom (USB same as EVK board) ### Firmware tinyUSB main as of noon EST 24-June-2023. arm-none-eabi-g++ (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1...
FTDI announced the release of LibMPSSE 1.0.3 August 16, 2022; see this thread: [](http://www.ftdicommunity.com/index.php?topic=644.msg2311#msg2311) Is this github repository still under development? How does it relate to the latest release from...
1. Except for very low-level stuff, most initialization should be done in primary task, and not before starting scheduler. Otherwise, initialization code will be difficult without some OS facilities already...
**The Problem** Many times applications must call FSL API functions with constant data. For example, the application I'm working on has 6 different SPI peripherals, and each one requires several...
Please let me know if this is a good place to report this problem. I posted the details (including logic analyzer pictures and code to reproduce problem) on NXP support...
USBX overview README.MD does not mention USB OTG. At a minimum, can you document whether OTG is supported or not? Thanks!
### Background wxMSW (through at least June 2025 development) has a **bug** where wxMSW _sometimes_ generates a spurious wxEVT_LEFT_UP event after a double-click (_sometimes_ accompanied by a wxEVT_MOTION). When a...