2022年9月8日

摘要: 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 * 阅读全文
posted @ 2022-09-08 18:15 lydstory 阅读(40) 评论(0) 推荐(0)
摘要: stm32 rpmsg_lite_alloc_tx_buffer : nxp 操作串口 RPMsg-Lite User's Guide: RPMsg-Lite Core Component (nxpmicro.github.io) 阅读全文
posted @ 2022-09-08 17:19 lydstory 阅读(72) 评论(0) 推荐(0)
摘要: status = sc1777yImportPublicKey(&pImportPubKey->pubKey[0]); 发送: 803001010040 + DATA 返回: 9000 output: pPubKey point to the public key data 64Bytes retu 阅读全文
posted @ 2022-09-08 17:05 lydstory 阅读(115) 评论(0) 推荐(0)
摘要: 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_ 阅读全文
posted @ 2022-09-08 12:31 lydstory 阅读(332) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-08 12:30 lydstory 阅读(17) 评论(0) 推荐(0)
摘要: 注意技术言行:不懂的 先熟悉 看 了解 不 要随便就问太简单的问题 阅读全文
posted @ 2022-09-08 11:46 lydstory 阅读(11) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-09-08 11:23 lydstory 阅读(151) 评论(0) 推荐(0)
摘要: FreeRTOS学习(五)消息队列和二值信号量 xQueue / xSemaphore - 灰信网(软件开发博客聚合) (freesion.com) 阅读全文
posted @ 2022-09-08 11:09 lydstory 阅读(61) 评论(0) 推荐(0)
摘要: SemaphoreHandle_t 信号量 #include <semaphore.h> stm32:信号量 pthread socket client... 阅读全文
posted @ 2022-09-08 10:58 lydstory 阅读(55) 评论(0) 推荐(0)
摘要: uint8_t simno[16]; 卡号16位 uint8_t simno[16]; 卡号16位 阅读全文
posted @ 2022-09-08 10:30 lydstory 阅读(9) 评论(0) 推荐(0)
摘要: typedef unsigned char uint8_t; //无符号8位数 typedef signed char int8_t; //有符号8位数 typedef unsigned int uint16_t; //无符号16位数 typedef signed int int16_t; //有符 阅读全文
posted @ 2022-09-08 10:01 lydstory 阅读(224) 评论(0) 推荐(0)
摘要: #include <stdio.h>#include <iostream> using namespace std; struct test1 { char c; int i;}; struct __attribute__ ((__packed__)) test2 { char c; int i;} 阅读全文
posted @ 2022-09-08 09:28 lydstory 阅读(22) 评论(0) 推荐(0)
摘要: 注释掉原来无用的代码.... 注释掉原来无用的代码.... 注释掉原来无用的代码.... 阅读全文
posted @ 2022-09-08 08:37 lydstory 阅读(23) 评论(0) 推荐(0)

导航