Search found 1 match
- Sun Apr 09, 2023 7:03 pm
- Forum: Documentation
- Topic: ESP32 cache block/line size
- Replies: 1
- Views: 2689
ESP32 cache block/line size
The ESP32-C3 datasheet https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf Section 3.1.5 specifies: ESP32-C3 has an eight-way set associative cache. This cache is read-only and has the following features: • size: 16 KB • block size: 32 bytes Unfortunately I have bee...