Closed mridup closed 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
issue resolved when using global buffers.
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