他们都在FLASH上但没有关系,SPIFFS只是在FLASH上划出来一个分区用来模拟SD卡
Search found 13 matches
- Fri Aug 30, 2019 1:23 am
- Forum: ESP-IDF 中文讨论版
- Topic: spiffs文件系统是挂载在哪个分区的
- Replies: 4
- Views: 10872
- Fri Aug 30, 2019 1:19 am
- Forum: ESP-IDF 中文讨论版
- Topic: 读取芯片MAC地址的问题
- Replies: 1
- Views: 5693
读取芯片MAC地址的问题
1、使用宏WIFI_IF_STA和WIFI_MODE_STA读取出来的地址不一样,这两个宏有什么区别吗?
(ESP-TOUCH连接成功返回的是WIFI_IF_STA读取到的MAC地址)
2、有没有串口工具可以直接读取到芯片的MAC地址?
(ESP-TOUCH连接成功返回的是WIFI_IF_STA读取到的MAC地址)
2、有没有串口工具可以直接读取到芯片的MAC地址?
- Mon Aug 12, 2019 2:42 am
- Forum: General Discussion
- Topic: i2c driver install error
- Replies: 1
- Views: 6203
Re: i2c driver install error
I found the reason that why I call the deinitial function was failed
1、The audio_board_deinit() no include i2c_driver_delete() ,i2c still working
2、And PA_POWER have no set 0 , the operation current is the amplifier
that two point was make the board call deinit still have little operation current.
1、The audio_board_deinit() no include i2c_driver_delete() ,i2c still working
2、And PA_POWER have no set 0 , the operation current is the amplifier
that two point was make the board call deinit still have little operation current.
- Wed Aug 07, 2019 2:39 am
- Forum: General Discussion
- Topic: i2c driver install error
- Replies: 1
- Views: 6203
i2c driver install error
Hi, Used ESP-ADF Development audio play. When I call the function audio_board_init (), my board operation current will augment about 30mA to initialling and playing audio. So I want deinit and release all memory after audio play finish and before jump light_sleep mode just call the function audio_bo...
- Thu Jul 18, 2019 12:06 pm
- Forum: ESP-IDF 中文讨论版
- Topic: IO口重复安装中断 & 使用队列时发生错误
- Replies: 3
- Views: 7736
Re: IO口重复安装中断 & 使用队列时发生错误
被自己解决了。。
原因是初始化没有及时给队列分配空间
xQueueCreate放在了别的位置导致XQueueSend的消息没运行空间
原因是初始化没有及时给队列分配空间
xQueueCreate放在了别的位置导致XQueueSend的消息没运行空间
- Thu Jul 18, 2019 11:12 am
- Forum: ESP-IDF 中文讨论版
- Topic: IO口重复安装中断 & 使用队列时发生错误
- Replies: 3
- Views: 7736
Re: IO口重复安装中断 & 使用队列时发生错误
更改配置,打印的assert信息: [ /home/yejianhui/esp/esp-idf/components/freertos/queue.c:1157 (xQueueGenericSendFromISR)- assert failed! Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. Core 1 register dump: PC : 0x40086ea4 PS : 0x00060d33 A0 : 0x800860fe A1 : 0x3ffbb890 0x40086...
- Thu Jul 18, 2019 9:25 am
- Forum: ESP-IDF 中文讨论版
- Topic: IO口重复安装中断 & 使用队列时发生错误
- Replies: 3
- Views: 7736
Re: IO口重复安装中断 & 使用队列时发生错误
试了一下 ,重复安装不影响IO口使用
还剩queue报错了
还剩queue报错了
- Thu Jul 18, 2019 8:15 am
- Forum: ESP-IDF 中文讨论版
- Topic: IO口重复安装中断 & 使用队列时发生错误
- Replies: 3
- Views: 7736
IO口重复安装中断 & 使用队列时发生错误
1.初始化GPIO时候使用过一次gpio_install_isr_service创建中断服务函数 调用ADF的API时发生install错误...是不是只能单独用gpio_isr_register创建中断 2.使用queue时发生报错...但是单独使用时是正常的(发送和接收都在同一个c文件里) 请问,发送和接收在不同的c文件时就不能使用吗? [/ E (498) gpio: gpio_install_isr_service(394): GPIO isr service already installed /home/yejianhui/esp/esp-idf/components/freert...
- Fri Jul 12, 2019 8:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: spiffs挂载失败
- Replies: 3
- Views: 9555
Re: spiffs挂载失败
您这么一说,我就升级到master也试了下,确实没有再出现这个情况
1、就是升级到master之后返回旧的分支,make时的路径会报错
**没有规则制作目标** /esp-idf/tools/kconfig/expand_env.h, 由"zconf.tab.o" 需求。停止
这是什么原因呢?
2、我用release/v3.2可以实现例程spiffsgen的功能吗? 烧录文件进去spiffs分区
1、就是升级到master之后返回旧的分支,make时的路径会报错
**没有规则制作目标** /esp-idf/tools/kconfig/expand_env.h, 由"zconf.tab.o" 需求。停止
这是什么原因呢?
2、我用release/v3.2可以实现例程spiffsgen的功能吗? 烧录文件进去spiffs分区
- Thu Jul 11, 2019 2:59 am
- Forum: ESP-IDF 中文讨论版
- Topic: 程序本身并没有返回参数,为什么会报错
- Replies: 1
- Views: 4242
程序本身并没有返回参数,为什么会报错
错误日志 E (150) FreeRTOS: FreeRTOS Task "startup_initial" should not return, Aborting now! abort() was called at PC 0x40085a53 on core 1 0x40085a53: vPortTaskWrapper at /home/yejianhui/esp/esp-idf/components/freertos/port.c:403 Backtrace: 0x40088444:0x3ffb8960 0x4008866d:0x3ffb8980 0x40085a53:0x3ffb89a...