摘要:OpenSSL/GmSSL PKCS12_create
阅读全文
摘要:C8平台 监视IR接收 STMicroelectronics TW888电机状态监测装置 STM8系列是意法半导体公司生产的8位的单片机。该型号单片机分为STM8A、STM8S、STM8L三个系列
阅读全文
摘要:#include "stdafx.h" #include <iostream> using namespace std; typedef time_t WebsTime; typedef unsigned long ulong; typedef unsigned char uchar; typede
阅读全文
摘要:typedef struct WebsMime { char *type; /**< Mime type */ char *ext; /**< File extension */ } WebsMime; typedef 结构体类型名可以相同 typedef time_t WebsTime; size
阅读全文
摘要:goahead 单步跟踪分析 1. static char websHost[ME_MAX_IP]; /* Host name for the server */ static char websIpAddr[ME_MAX_IP]; /* IP address for the server */ h
阅读全文
摘要:lighttpd 支持php 嵌入式web server 中型交换机webui
阅读全文
摘要:#include <Tlhelp32.h> #include <atlstr.h> /***************************GetSpecifiedPID******************************* 功能描述:获取指定进程名的进程ID 输入参数:pszProcess
阅读全文
摘要:CString是在windows平台下开发中经常使用的字符串类, CString已从MFC中剥离出来了,可以单独使用,只需引用atlstr.h头文件即可
阅读全文
摘要:16.02 15.03 17.88 12.12 12.12 16.02 15.03 12.12 12.12 17.88 第一轮12.12 15.03 12.12 16.02 17.88 第二轮12.12 12.12 15.03 16.02 17.88 第三轮
阅读全文
摘要:int a[4] = {1,2,3,4}; int p = a[2]<<1; cout<<p<<endl;
阅读全文
摘要:语言中#undef的语法定义是:#undef 标识符,用来将前面定义的宏标识符取消定义。
阅读全文
摘要:int cmp(int a, int b) { return (a > b)?1:((a == b )?0:-1); } int _tmain(int argc, _TCHAR* argv[]) { int a = 2; int b = 3; cout<<cmp(a,b)<<endl; cout<<
阅读全文
摘要:openwrt esp32 goahead driver mfc
阅读全文
摘要:https://www.cise.ufl.edu/~dvolya/visual/ https://salmanarif.bitbucket.io/visual/downloads.html
阅读全文
摘要:socket server WiFi 有线同时可以连接 socket server WiFi 有线同时可以连接 socket server WiFi 有线同时可以连接 socket server WiFi 有线同时可以连接socket server WiFi 有线同时可以连接 各层是各层的spi加解
阅读全文
摘要:(102条消息) socket编程之select_羊族的希望的博客-CSDN博客_select socket
阅读全文
摘要:int tcp_client() { char rx_buffer[128]; char host_ip[] = HOST_IP_ADDR; int addr_family = 0; int ip_protocol = 0; while (1) { struct sockaddr_in dest_a
阅读全文
摘要:static void app_tcp_server_multi_conn_task(void *arg) { struct sockaddr_in serv_addr; fd_set all_set, read_set; /*!< 定义文件句柄集合 */ int sockfd_max = 0; /
阅读全文
摘要:// testio.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> using namespace std; typedef void (*vfunc) (void*); void se_icver_req(void *
阅读全文
摘要:joltwallet/esp_littlefs: LittleFS port for ESP-IDF (github.com)
阅读全文
摘要:extern "C" { #endif #define AF_UNIX 1 /* local to host (pipes) */ struct sockaddr_un { short sun_family; /*AF_UNIX*/ char sun_path[108]; /*path name *
阅读全文
摘要:stm32 rpmsg_lite_alloc_tx_buffer : nxp 操作串口 RPMsg-Lite User's Guide: RPMsg-Lite Core Component (nxpmicro.github.io)
阅读全文
摘要:status = sc1777yImportPublicKey(&pImportPubKey->pubKey[0]); 发送: 803001010040 + DATA 返回: 9000 output: pPubKey point to the public key data 64Bytes retu
阅读全文
摘要:E (5264) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:E (5264) task_wdt: - IDLE (CPU 0)E (5264) task_
阅读全文
摘要:注意技术言行:不懂的 先熟悉 看 了解 不 要随便就问太简单的问题
阅读全文
摘要:typedef struct { uint8_t type; uint8_t subType; uint16_t len; //network byte order: len[0] high byte, len[1] low byte for 16bit length uint16_t sn; ch
阅读全文
摘要:FreeRTOS学习(五)消息队列和二值信号量 xQueue / xSemaphore - 灰信网(软件开发博客聚合) (freesion.com)
阅读全文
摘要:SemaphoreHandle_t 信号量 #include <semaphore.h> stm32:信号量 pthread socket client...
阅读全文
摘要:uint8_t simno[16]; 卡号16位 uint8_t simno[16]; 卡号16位
阅读全文
摘要:typedef unsigned char uint8_t; //无符号8位数 typedef signed char int8_t; //有符号8位数 typedef unsigned int uint16_t; //无符号16位数 typedef signed int int16_t; //有符
阅读全文
摘要:#include <stdio.h>#include <iostream> using namespace std; struct test1 { char c; int i;}; struct __attribute__ ((__packed__)) test2 { char c; int i;}
阅读全文
摘要:注释掉原来无用的代码.... 注释掉原来无用的代码.... 注释掉原来无用的代码....
阅读全文
摘要:写单片机 不看串口 不调试 只看示波器 写单片机 不看串口 不调试 只看示波器 写单片机 不看串口 不调试 只看示波器
阅读全文
摘要:示波器的作用 gpio 高低电平 时序 逻辑分析仪
阅读全文
摘要:你这个可能要写模拟时序了 上面3个跟底下那个冲突了
阅读全文
摘要:esp/esp-idf/examples/protocols/http_server/file_serving
阅读全文
摘要:这是命令位 会连同数据一起发送 菜鸡6608 15:22:21STM32没有命令位的概念菜鸡6608 15:22:24ESP32有菜鸡6608 15:22:34但是也可以不传命令菜鸡6608 15:22:55250nS *16最多也就4uS菜鸡6608 15:23:06达不到100uS菜鸡6608
阅读全文
摘要:你能测MISO总线波形不 /*获取随机数*/esp_err_t sc1777y_get_rand(uint8_t *data, uint16_t *retlen){ return sc1777y_send(0x00, 0x84, 0x00, 0x40, 0, NULL,data,retlen);}
阅读全文
摘要:且歌 14:03:13用micropython的很少吗?且歌 14:03:38产品用micropython建议吗,需要稳定性,对性能要求不高
阅读全文
摘要:find . -name "nvs_partition_gen.py"./components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py
阅读全文
摘要:Hi, Please could someone help me clear up how updating SSL certificates for OTA would work on the ESP32 as they are currently compiled into the firmwa
阅读全文
摘要:菜鸡6608 10:18:57要组包 lyd 10:19:00怎么发命令? 菜鸡6608 10:19:03编码 比如中断比较多或者频繁,低功耗产品,时序要求高的都不能用库
阅读全文
摘要:leonrinkel/esp32-https-client-certificate-auth (github.com)
阅读全文
摘要:启用DMA时应当将收发缓存设定为字对齐模式(是4字节的倍数) 从机模式的DMA需要主机时钟的保持时间足够长才能工作,如果主机无法满足只能放弃使用DMA
阅读全文
摘要:/* 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
阅读全文
摘要:void vSetSSN(int value) { // GPIO_CS // gpio_set_direction(GPIO_CS, GPIO_MODE_INPUT); //写这个或下一个 // 1为高电平,0为低电平 // gpio_set_level(GPIO_CS, value); gpio
阅读全文
摘要:ESP32_IDF学习7【SPI与外部存储器】 - redlightASl - 博客园 (cnblogs.com)
阅读全文
摘要:Embed Binary Data on ESP32 • ThingPulse
阅读全文
摘要:vTaskDelay(5000 / portTICK_PERIOD_MS); vTaskDelay(pdMS_TO_TICKS(10000)); //起作用 ets_delay_us(5); //不起作用 sp_rom_delay_us(100) ;
阅读全文
摘要:最近购买了 c3 进行测试,发现了一个奇怪的问题!当 SPI 啟用的 DMA 功能之后, 此时 SPI 会以十分怪异的方式出错!(1) 不使用 DMA , SPI 以长度 64byte 读写正常(2) 啟用 DMA , 写入不限制大小, 读取使用 FIFO 一个 byte 读取,读写正常(3) 啟用
阅读全文
摘要:void vSetSSN(int value) { // GPIO_CS // gpio_set_direction(GPIO_CS, GPIO_MODE_INPUT); //写这个或下一个 // 1为高电平,0为低电平 // gpio_set_level(GPIO_CS, value); gpio
阅读全文
摘要:/* 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
阅读全文
摘要:SPI(Serial Periphral Interface)最早是由摩托罗拉公司设计并实现,它是一种高速的、全双工的通信总线,采用主机(Master)-从机(Slave)的方式进行通信。SPI占用芯片的四个引脚,也就是说采用四条信号线来进行通信。这四条线分别是:主设备输入与从设备输出线(Maste
阅读全文
摘要:/* 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
阅读全文
摘要:uint8_t cmd[10] = {0x55, 0x00, 0xB0, 0x99, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00}; cmd[9] = getLRCx(&cmd[1], 8); char sendbuf[10]; char recvbuf[10]; memc
阅读全文
摘要:uint8_t cmd2[1] = {0x00}; char sendbuf2[1]; char recvbuf2[1]; memcpy(sendbuf2, cmd2, 1); /* spi_transaction_t SPITransaction2; memset(&SPITransaction2
阅读全文
摘要:uint8_t cmd[10] = {0x55, 0x00, 0xB0, 0x99, 0x00, 0x00, 0x02, 0x00, 0x08, 0x00}; cmd[9] = getLRCx(&cmd[1], 8); char sendbuf[10]; char recvbuf[10]; memc
阅读全文
摘要:#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
阅读全文
摘要:ESP-IDF SPI踩坑日记 – 梦程小站 (openthing.cn) 半双工设置 提示以上错误....
阅读全文
摘要:/* 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
阅读全文
摘要:/* Load server certificate */ extern const unsigned char servercert_start[] asm("_binary_servercert_pem_start"); extern const unsigned char servercert
阅读全文
摘要:esp-idf-ftpServer/ftp.c at main · nopnop2002/esp-idf-ftpServer (github.com)
阅读全文
摘要:sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 sp32s2 我要放一个文件进去怎么做 不是弄到头文件,然后烧到bin里面吗 证书直接打开就是字符串 卖出去的设备通过串口更新肯定不实际啦,写在代码里面也没啥,证书要更新的时候,总会有一个过渡时间,直接ota过去就好了
阅读全文
摘要:查指令表就可以知道的,其实,学习指令时就应该有讲述。一般指令格式中没有直接数字(只有寄存器名)的是单字节指令;格式中有一个字节“立即数”或一个字节“地址数”的是双字节指令;有两个字节“立即数”或两个字节“地址数”的是三字节指令。
阅读全文
摘要: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
阅读全文
摘要:esp32 spi spi_transaction_t t esp32 spi spi_transaction_t t 传输字节 vTaskDelay(10);
阅读全文
摘要:mode用于设置gpio的模式 GPIO_MODE_INPUT 输入 GPIO_MODE_OUTPUT 输出 GPIO_MODE_OUTPUT_OD 开漏输出(如果外部或者内部不上拉电阻则无法输出高电平) GPIO_MODE_INPUT_OUTPUT_OD 开漏输入输出 GPIO_MODE_INPU
阅读全文
摘要:看esp32s2的硬件手册,确认usb外设(不是串口)的引脚是哪个,跟硬件设计确认usb引脚有没有引出来。没有就只能买esp的调试器,没听说过jlink可以调esp32 淘宝搜啊,其实esp32s2的调试器就是另一颗esp32s2,不过调试器里面刷的是bridge技术的固件,固件的代码在我最上面发的
阅读全文
摘要:dht11温湿度传感器 dht11温湿度传感器 dht11温湿度传感器
阅读全文
摘要:MISO 安全模块的输出接口 spi_dev->miso_dlen.usr_miso_bit_lenMOSI 安全模块的输入接口 spi_dev->mosi_dlen.usr_mosi_bit_len
阅读全文
摘要:openocd支持调试器 openocd支持调试器 openocd支持调试器 ESP32 使用标准的 JTAG 接口,支持STM32常用的J-Link,如何使用 J-Link 调试 ESP32,但是不支持ST-Link,也不支持SWD接口: 1、只有esp32必须要仿真器2、用esp32s2可以自己
阅读全文
摘要:读写 ISO7816 接口和(或)SPI 接口就
阅读全文
摘要:spi mosi miso 作用??? spi mosi miso 作用??? 编程中的详细作用
阅读全文
摘要:huming2207 (huming2207) / Repositories (github.com)
阅读全文
摘要:Please note that the ISR is disabled during flash operation by default. To keep sending transactions during flash operations, enable CONFIG_SPI_MASTER
阅读全文
摘要:SPI Master Driver - ESP32-S2 - — ESP-IDF 编程指南 latest 文档 (espressif.com)
阅读全文
摘要:esp32的spi驱动的编写遇到的问题 - 灰信网(软件开发博客聚合) (freesion.com) SPI通信原理很简单,需要至少4根线,单向传输时3根线,它们是MISO(主设备数据输入)、MOSI(主设备数据输出)、SCLK(时钟)和CS/SS(片选): MISO( Master Input S
阅读全文
摘要:SPI协议的数据读写实现(spi_slave)
阅读全文
摘要:(99条消息) ESP IDF开发入门之GPIO_电路小白i的博客-CSDN博客
阅读全文
摘要:ESP32 S2 的 SPI - WWW.LAB-Z.COM
阅读全文
摘要:DMA MODE3 SPI四种模式区别 - 百度文库 (baidu.com)
阅读全文
摘要:esp-idf-w25q64/w25q64.c at master · nopnop2002/esp-idf-w25q64 (github.com)
阅读全文
摘要:day day 10:41:51不需要什么代码,直接F5调试,在.vscode的launch.json里配下gdb路径,setting.json里配下openocd的脚本就行lyd 10:45:19esp32lyd 10:45:52总要跟板子连线的吧?day day 10:46:20那要外接调试器了
阅读全文
摘要:蓝牙基站 蓝牙基站 蓝牙基站 蓝牙组挂10几个从 AT命令传数据
阅读全文
摘要:【原创】详细解析FPGA与STM32的SPI通信 SPI peripheral
阅读全文
摘要:send 以后要不要释放? while(1)循环连接发送????
阅读全文