Crash in hid_host_uninstall function.
@esp32beans good evening im trying this library with my esp32s3 sepcs as follows :
`Chip Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Model : ESP32-S3 16:15:20.007 -> Package : 0 16:15:20.007 -> Revision : 0.02 16:15:20.007 -> Cores : 2 16:15:20.007 -> CPU Frequency : 240 MHz 16:15:20.007 -> XTAL Frequency : 40 MHz 16:15:20.007 -> Features Bitfield : 0x00000012 16:15:20.007 -> Embedded Flash : No 16:15:20.007 -> Embedded PSRAM : No 16:15:20.007 -> 2.4GHz WiFi : Yes 16:15:20.007 -> Classic BT : No 16:15:20.007 -> BT Low Energy : Yes 16:15:20.007 -> IEEE 802.15.4 : No 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> INTERNAL Memory Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Total Size : 395876 B ( 386.6 KB) 16:15:20.007 -> Free Bytes : 267120 B ( 260.9 KB) 16:15:20.007 -> Allocated Bytes : 123708 B ( 120.8 KB) 16:15:20.007 -> Minimum Free Bytes: 262392 B ( 256.2 KB) 16:15:20.007 -> Largest Free Block: 200692 B ( 196.0 KB) 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Flash Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Chip Size : 16777216 B (16 MB) 16:15:20.007 -> Block Size : 65536 B ( 64.0 KB) 16:15:20.007 -> Sector Size : 4096 B ( 4.0 KB) 16:15:20.007 -> Page Size : 256 B ( 0.2 KB) 16:15:20.007 -> Bus Speed : 80 MHz 16:15:20.007 -> Bus Mode : QIO 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Partitions Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> nvs : addr: 0x00009000, size: 20.0 KB, type: DATA, subtype: NVS 16:15:20.007 -> otadata : addr: 0x0000E000, size: 8.0 KB, type: DATA, subtype: OTA 16:15:20.007 -> app0 : addr: 0x00010000, size: 7168.0 KB, type: APP, subtype: OTA_0 16:15:20.007 -> app1 : addr: 0x00710000, size: 7168.0 KB, type: APP, subtype: OTA_1 16:15:20.007 -> ffat : addr: 0x00E10000, size: 1920.0 KB, type: DATA, subtype: FAT 16:15:20.007 -> coredump : addr: 0x00FF0000, size: 64.0 KB, type: DATA, subtype: COREDUMP 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Software Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Compile Date/Time : Jul 12 2025 10:45:56 16:15:20.007 -> Compile Host OS : windows 16:15:20.007 -> ESP-IDF Version : v5.3.2-174-g083aad99cf-dirty 16:15:20.007 -> Arduino Version : 3.1.0 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Board Info: 16:15:20.007 -> ------------------------------------------ 16:15:20.007 -> Arduino Board : ESP32S3_DEV 16:15:20.007 -> Arduino Variant : esp32s3 16:15:20.007 -> Arduino FQBN : esp32:esp32:esp32s3:JTAGAdapter=default,PSRAM=disabled,FlashMode=qio,FlashSize=16M,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=Qboid_7MB_7MB,CPUFreq=240,UploadSpeed=921600,DebugLevel=verbose,EraseFlash=none,ZigbeeMode=default 16:15:20.007 -> ============ Before Setup End ============
`
i want to implement on demand close function for hid device in my case Keyboard and want to use usb stack for MSC interface. but it always crash in hid_host_uninstall function. can you please help me to fix this issue ?
I am facing the same issue, @The3ven could please let me know if you have it resolved? @esp32beans, kindly please assist.