ARM-software / ML-KWS-for-MCU

Keyword spotting on Arm Cortex-M Microcontrollers
Apache License 2.0
1.14k stars 417 forks source link

Issue running with F411RE #20

Closed mridup closed 6 years ago

mridup commented 6 years ago

Hi, I tried to execute the kws_simple_test example as given in https://github.com/ARM-software/ML-KWS-for-MCU/tree/master/Deployment

Board used is NUCLEO_F411RE. The program crashes in the following line: KWS kws(audio_buffer,scratch_buffer); in main.cpp of Examples/simple_test

Did not investigate further but these examples seem tested on Nucleo boards?

regards, Mridu

mridup commented 6 years ago

issue resolved when using global buffers.