提交 27838410 编写于 作者: T TensorFlower Gardener

Merge pull request #33955 from suphoff:micro_speech_apollo3evb

PiperOrigin-RevId: 317755695
Change-Id: Ie58da8ffd1605ee7ce31d68bbd103dd0daf71e78
......@@ -251,7 +251,6 @@ void pdm_start_dma(tflite::ErrorReporter* error_reporter) {
// Reset the PDM DMA flags.
g_pdm_dma_error = false;
g_pdm_dma_error_reporter = error_reporter;
}
#if USE_MAYA
......@@ -470,11 +469,12 @@ TfLiteStatus InitAudioRecording(tflite::ErrorReporter* error_reporter) {
#endif // USE_TIME_STAMP
// Configure, turn on PDM
g_pdm_dma_error_reporter = error_reporter;
pdm_init();
am_hal_interrupt_master_enable();
am_hal_pdm_fifo_flush(g_pdm_handle);
// Trigger the PDM DMA for the first time manually.
pdm_start_dma(g_pdm_dma_error_reporter);
pdm_start_dma(error_reporter);
TF_LITE_REPORT_ERROR(error_reporter, "\nPDM DMA Threshold = %d",
PDMn(0)->FIFOTHR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册