Szeroy

Results 5 comments of Szeroy

Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 473.9 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... Executing action: monitor Running idf_monitor in directory...

下载完成后,运行时卡在Starting scheduler on APP CPU.这个位置,我们的源码如下: /* Event handler for catching QCloud events */ static void event_handler(void *arg, esp_event_base_t event_base, int32_t event_id, void *event_data) { switch (event_id) { case QCLOUD_EVENT_IOTHUB_INIT_DONE: esp_qcloud_iothub_report_device_info();...

将freertos设置为只运行在一个内核上,程序可以跑起来了,但这样是不是另外一个内核的性能浪费了?

我在程序里面设置了softAP配网模式,但是无法配网,报错了几个警告 `I (27) boot: ESP-IDF v4.4.2 2nd stage bootloader I (27) boot: compile time 11:56:12 I (27) boot: chip revision: 1 I (30) boot_comm: chip revision: 1, min. bootloader chip...

问题已经解决了,谢谢