2022年9月5日

摘要: #define GPIO_MOSI 35 #define GPIO_MISO 37 #define GPIO_SCLK 36 #define RCV_HOST SPI3_HOST #include <stdio.h> #include <string.h> #include "freertos/Fr 阅读全文
posted @ 2022-09-05 23:33 lydstory 阅读(212) 评论(0) 推荐(0)
摘要: ESP-IDF SPI踩坑日记 – 梦程小站 (openthing.cn) 半双工设置 提示以上错误.... 阅读全文
posted @ 2022-09-05 18:32 lydstory 阅读(36) 评论(0) 推荐(0)
摘要: /* SPI Slave example, sender (uses SPI master driver) This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by 阅读全文
posted @ 2022-09-05 18:25 lydstory 阅读(86) 评论(0) 推荐(0)
摘要: /* Load server certificate */ extern const unsigned char servercert_start[] asm("_binary_servercert_pem_start"); extern const unsigned char servercert 阅读全文
posted @ 2022-09-05 17:47 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: esp-idf-ftpServer/ftp.c at main · nopnop2002/esp-idf-ftpServer (github.com) 阅读全文
posted @ 2022-09-05 14:09 lydstory 阅读(123) 评论(0) 推荐(0)
摘要: sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 不是弄到头文件,然后烧到bin里面吗 证书直接打开就是字符串 卖出去的设备通过串口更新肯定不实际啦,写在代码里面也没啥,证书要更新的时候,总会有一个过渡时间,直接ota过去就好了 阅读全文
posted @ 2022-09-05 14:02 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: vTaskDelay(10); 阅读全文
posted @ 2022-09-05 12:01 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: 查指令表就可以知道的,其实,学习指令时就应该有讲述。一般指令格式中没有直接数字(只有寄存器名)的是单字节指令;格式中有一个字节“立即数”或一个字节“地址数”的是双字节指令;有两个字节“立即数”或两个字节“地址数”的是三字节指令。 阅读全文
posted @ 2022-09-05 11:29 lydstory 阅读(17) 评论(0) 推荐(0)
摘要: gpio GPIO_MODE_OUTPUT GPIO_MODE_INPUT gpio GPIO_MODE_OUTPUT GPIO_MODE_INPUT I (264) gpio: GPIO[2]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| P 阅读全文
posted @ 2022-09-05 10:43 lydstory 阅读(198) 评论(0) 推荐(0)

导航