Search found 2 matches
- Wed Oct 16, 2024 8:54 am
- Forum: ESP-IDF
- Topic: migration issues from ESP-IDF v4.0 to v4.4.4
- Replies: 1
- Views: 359
migration issues from ESP-IDF v4.0 to v4.4.4
Hi, I want to use HID Host(gamepad PS4) in esp-idf v4.0. I tried the migration process step by step from ESP-IDF v4.0 to v4.4.4 and I had changed only component/bt library, but I got a lot of issues and I need help. What library changes are required or what configuration is required?Please give deta...
- Thu Jan 04, 2024 2:56 am
- Forum: ESP-IDF
- Topic: DMA interrupt allocation of camera failed
- Replies: 0
- Views: 7863
DMA interrupt allocation of camera failed
I used the component library of esp32-camera(v2.0.6) on esp32s3(M5CoreS3) and added esp idf v5.0.2 with micropython v1.21.0. it is our projects Problems: DMA interrupt allocation of camera failed will occur. There might be a problem with the DMA interrupt configuration but I don't know how to fix it...