# ESP32-S3_minimal_SIMD_example **Repository Path**: tsk12358/ESP32-S3_minimal_SIMD_example ## Basic Information - **Project Name**: ESP32-S3_minimal_SIMD_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Cobbled together from Larry Bank's excellent blog post: https://bitbanksoftware.blogspot.com/2024/01/esp32-s3-simd-minimal-example.html His hints were VERY good - but I also found myself struggling with how make a more functional example in RISC-V assembler. This adds a for-loop to show how to do more processing and some of the less obvious registers you need to set for other functions, etc. [ESP32-S3 Technical Reference Manual](https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf)