随笔分类 -  嵌入式

这里记录嵌入式学习的一些笔记
摘要:背景: 1.在安装PIDtoolBox时,报 安装程序错误 安装程序无法启动JVM。 could not find file C:\Users\AdministratorAppData\Local\MathWorks\app installer cache\R2018b\ win64vinstall 阅读全文
posted @ 2024-05-10 16:45 stack0verflow 阅读(248) 评论(0) 推荐(0)
摘要:相关的知识点:内联函数,static关键字 在一次stm32的库代码分析中发现static __inline 的函数定义,对此有些疑惑,static和inline两个关键字为什么要进行连用呢? 对此进行分析和搜索资料,从而进行了整理。 首先,该定义是位于cmsis_armcc.h中 一般使用在函数的 阅读全文
posted @ 2024-04-02 15:51 stack0verflow 阅读(253) 评论(0) 推荐(0)