Search found 2 matches
- Wed Jan 22, 2025 5:22 pm
- Forum: General Discussion
- Topic: ESP32S3 using external c++ library
- Replies: 3
- Views: 791
Re: ESP32S3 using external c++ library
But the code for the calculation works when I run it on my local PC. And the dependencies are also solved correctly I think, this is what confused me a lot.
- Wed Jan 22, 2025 9:35 am
- Forum: General Discussion
- Topic: ESP32S3 using external c++ library
- Replies: 3
- Views: 791
ESP32S3 using external c++ library
Hello, I am using a customized c++ script which reads the .wav file in the sdcard and then extract mfcc features on esp32s3. The script is based on eigen( expressif/eigen)which enables the FFT related calculation. But I got error messages: Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Ex...