05 2023 档案
摘要:S32K1xx系列MCU应用指南之芯片锁死(lockup)复位原因分析与恢复方法详解 (qq.com) unlock kinetis
阅读全文
摘要:IAR EWARM Argument variables $PROJ_DIR$ $TOOLKIT_DIR$ - IAmAProgrammer - 博客园 (cnblogs.com)
阅读全文
摘要:如下库我试过,只用定义下out_char函数即可,重定向一下 out_char 1 /* 2 * File: printk.c 3 * Purpose: The standard C library routine printf(), but without 4 * all the baggage.
阅读全文
摘要:1 void Enter_DeepSleep(void) 2 { 3 SCB->SCR |= (uint32_t)0x04; 4 __WFI(); // 执行此指令进入深度睡眠模式 5 }
阅读全文
摘要:解决电脑右键没有Git Bash Here问题 1.按下win+r,输入‘regedit’,打开注册表 2、找到[HKEY_CLASSES_ROOT\Directory\Background]。3、在[Background]下如果没有[shell],则右键-新建项[shell]。4、在[shell]
阅读全文