上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: 如下库我试过,只用定义下out_char函数即可,重定向一下 out_char 1 /* 2 * File: printk.c 3 * Purpose: The standard C library routine printf(), but without 4 * all the baggage. 阅读全文
posted @ 2023-05-22 23:57 昆山皮皮虾 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1 void Enter_DeepSleep(void) 2 { 3 SCB->SCR |= (uint32_t)0x04; 4 __WFI(); // 执行此指令进入深度睡眠模式 5 } 阅读全文
posted @ 2023-05-11 09:11 昆山皮皮虾 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 解决电脑右键没有Git Bash Here问题 1.按下win+r,输入‘regedit’,打开注册表 2、找到[HKEY_CLASSES_ROOT\Directory\Background]。3、在[Background]下如果没有[shell],则右键-新建项[shell]。4、在[shell] 阅读全文
posted @ 2023-05-06 16:37 昆山皮皮虾 阅读(397) 评论(0) 推荐(0) 编辑
摘要: excelFileName= 'product'myfile= pd.read_excel('.\\filefolder\\excel_data\\'+excelFileName+'.xls') 阅读全文
posted @ 2023-04-25 09:00 昆山皮皮虾 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 已S32K中的 WDOG外设 WDOG_CS STOP 为例,XML结构如下: 一般正常来说,SVD XML有如下结构即可: 阅读全文
posted @ 2023-04-15 17:05 昆山皮皮虾 阅读(18) 评论(0) 推荐(0) 编辑
摘要: “System Viewer File”文件的解析,及其编辑和创建 (betheme.net) 阅读全文
posted @ 2023-04-11 09:09 昆山皮皮虾 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 写AT24C02: 阅读全文
posted @ 2023-04-06 13:37 昆山皮皮虾 阅读(45) 评论(0) 推荐(0) 编辑
摘要: # properties for all file typesindent.automatic=1virtual.space=0view.whitespace=0view.endofline=0code.page=65001caretline.visible=1highlight.matchingb 阅读全文
posted @ 2023-04-02 11:12 昆山皮皮虾 阅读(68) 评论(0) 推荐(0) 编辑
摘要: path = r".\reg_pdf\RCC.pdf" 阅读全文
posted @ 2023-03-25 00:18 昆山皮皮虾 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 特殊符号“.”,是位置计数器(location counter),按输出段的大小递增,设置位置计数器可以改变输出段的地址在“SECTIONS”命令的开头,位置计数器的值为“0”。位置计数器可以进行算数运算。 阅读全文
posted @ 2023-03-22 22:04 昆山皮皮虾 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页