Search found 3 matches
- Tue Aug 23, 2022 9:36 pm
- Forum: ESP-IDF
- Topic: Does the ESP32 have SIMD-like instructions?
- Replies: 12
- Views: 13659
Re: Does the ESP32 have SIMD-like instructions?
Any updates on this or if the information is in the reference manual?
- Sun Jun 05, 2022 8:03 pm
- Forum: Hardware
- Topic: ESP32-S3 LCD_CAM PERIPHERAL HELP
- Replies: 5
- Views: 7248
Re: ESP32-S3 LCD_CAM PERIPHERAL HELP
In the file "espressif/esp32-camera/target/esp32s3/ll_cam.c" can anyone explain how the registers in "soc/lcd_cam_reg.h" are actually accessed? The register header is included but I don't see anywhere it's used. I do see in another header file "soc/lcd_cam_struct.h" where register structures are cre...
- Mon May 16, 2022 11:22 am
- Forum: ESP-IDF
- Topic: ESP32-S2 generic parallel input over I2S
- Replies: 6
- Views: 8738
Re: ESP32-S2 generic parallel input over I2S
Is there a header file that goes with this or is this the complete code?