ESP32S3 using external c++ library
Posted: Wed Jan 22, 2025 9:35 am
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). Exception was unhandled.And within the terminal I can barely find any helpful information from the traceback.
Is it may caused by the memory allocation of std::vector on esp?
The error messages is in the attachment.
But I got error messages: Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled.And within the terminal I can barely find any helpful information from the traceback.
Is it may caused by the memory allocation of std::vector on esp?
The error messages is in the attachment.