Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFCC Not Working #1

Open
resatyigen opened this issue Nov 28, 2020 · 3 comments
Open

MFCC Not Working #1

resatyigen opened this issue Nov 28, 2020 · 3 comments

Comments

@resatyigen
Copy link

Hello guys. I make speech recognition on STM32F407GV Discovery. Digital microphone have got in this device. Program in the Error Speech recognition.

Error file : feature.hpp

Error Codes :

    ret = processing::stack_frames(
        &stack_frame_info,
        sampling_frequency,
        frame_length,
        frame_stride,
        false
    );

Program is go to this line on error.
Program error than jump to HardFault_Handler interrupt.

Help me please.

@ShawnHymel
Copy link
Owner

Did you port the Edge Impulse exported library to the STM32F407? Often, I find the "hard fault" results from trying to run code on the wrong target microcontroller. The STM32 demos in this repo will only work on the L476RG and the L432KC.

@resatyigen
Copy link
Author

Did you port the Edge Impulse exported library to the STM32F407? Often, I find the "hard fault" results from trying to run code on the wrong target microcontroller. The STM32 demos in this repo will only work on the L476RG and the L432KC.

Thank you, I know dude.

@ShawnHymel
Copy link
Owner

@elimsjxr Please open a new issue, as what your describing is not relevant to this thread. In that new issue, please repost your question and answer the following: have you tried one of the demo programs on a known good board (e.g. STM32 Nucleo-L476RG)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants