Search found 3 matches

by ParkSun
Tue Aug 23, 2022 9:36 pm
Forum: ESP-IDF
Topic: Does the ESP32 have SIMD-like instructions?
Replies: 12
Views: 12627

Re: Does the ESP32 have SIMD-like instructions?

Any updates on this or if the information is in the reference manual?
by ParkSun
Sun Jun 05, 2022 8:03 pm
Forum: Hardware
Topic: ESP32-S3 LCD_CAM PERIPHERAL HELP
Replies: 5
Views: 6977

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...
by ParkSun
Mon May 16, 2022 11:22 am
Forum: ESP-IDF
Topic: ESP32-S2 generic parallel input over I2S
Replies: 6
Views: 8378

Re: ESP32-S2 generic parallel input over I2S

Is there a header file that goes with this or is this the complete code?