-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Hello, I have gotten the new runner to run the streaming wakeword benchmark on energy mode using the reference submission on the L4R5ZI reference board, successfully receiving power and performance measurements. However, I am not getting any actual detections. It seems like the HAL_SAI_RxCpltCallback() is never being triggered. I have verified that my GPIO configuration and physical wiring are correct as well. Do you have any suggestions?
Here is a snippet of my output:
Device name retrieved: ML Commons
Device profile retrieved: MLPerf Tiny Firmware V0.1.0
Device model retrieved: sww01
Playing short_wav_easy10s.wav (length = 10.0s) at 16:32:01...
... done
[]
samples:2382 timestamps:2
SerialDevice exiting port /dev/cu.usbmodem114403, entry_count (before decrement) = 1
pwr pwr off
PM: stop
Done with PM.stop()
pwr pwr off
pwr hrc
SerialDevice exiting port /dev/cu.usbmodem2078306750341, entry_count (before decrement) = 1
Power Edition Output
1 iterations. Elapsed time = 0.30100000000000016,
total energy = 0.0312331
Per inference: time = 0.30100000000000016, energy = 0.0312331
Thanks in advance!