485
- 收藏
- 点赞
- 分享
- 举报
两个问题,一个是录完音以后,的时候CPU重启,如下:第二个问题是堆栈的问题,那...
两个问题,一个是录完音以后,的时候CPU重启,如下代码段ESP_LOGI(TAG, "[ 7 ] Stop audio_pipeline");
audio_pipeline_terminate(pipeline);
/* Terminate the pipeline before removing the listener */
audio_pipeline_remove_listener(pipeline);
/* Stop all peripherals before removing the listener */
//esp_periph_stop_all();
//audio_event_iface_remove_listener(esp_periph_get_event_iface(), evt);
/* Make sure audio_pipeline_remove_listener & audio_event_iface_remove_listener are called before destroying event_iface */
audio_event_iface_destroy(evt);
/* Release all resources */
audio_pipeline_unregister(pipeline, amr_encoder);
audio_pipeline_unregister(pipeline, i2s_stream_reader);
audio_pipeline_unregister(pipeline, fatfs_stream_writer);
audio_pipeline_deinit(pipeline);
audio_element_deinit(fatfs_stream_writer);
audio_element_deinit(i2s_stream_reader);
audio_element_deinit(amr_encoder);
esp_periph_destroy();
第二个问题是堆栈的问题,那个函数一加上就不停重启,不加就没事,就是get最大水位线那个函数。
audio_pipeline_terminate(pipeline);
/* Terminate the pipeline before removing the listener */
audio_pipeline_remove_listener(pipeline);
/* Stop all peripherals before removing the listener */
//esp_periph_stop_all();
//audio_event_iface_remove_listener(esp_periph_get_event_iface(), evt);
/* Make sure audio_pipeline_remove_listener & audio_event_iface_remove_listener are called before destroying event_iface */
audio_event_iface_destroy(evt);
/* Release all resources */
audio_pipeline_unregister(pipeline, amr_encoder);
audio_pipeline_unregister(pipeline, i2s_stream_reader);
audio_pipeline_unregister(pipeline, fatfs_stream_writer);
audio_pipeline_deinit(pipeline);
audio_element_deinit(fatfs_stream_writer);
audio_element_deinit(i2s_stream_reader);
audio_element_deinit(amr_encoder);
esp_periph_destroy();
第二个问题是堆栈的问题,那个函数一加上就不停重启,不加就没事,就是get最大水位线那个函数。
我来回答
回答0个
时间排序
认可量排序

或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片
相关问答
-
12021-10-30 11:51:54
-
2019-01-28 15:09:41
-
2013-01-04 20:05:05
-
2015-05-13 14:11:14
-
2018-12-13 09:01:44
-
2019-01-29 14:29:53
-
2018-11-09 14:56:38
-
2020-07-27 10:58:01
-
2018-11-02 15:13:18
-
2018-06-29 15:05:46
-
2018-11-17 10:41:53
-
2018-07-31 15:51:43
-
2015-09-22 14:06:31
-
22015-09-01 20:25:30
-
2015-11-23 09:54:42
-
2018-11-27 16:20:50
-
02022-11-04 16:26:54
-
22021-10-30 11:50:49
-
02022-11-07 15:09:43
无更多相似问答 去提问

点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认