摘要: winIDEA 查看断点间代码运行时间 Hardware -> CPU Options -> Debugging -> CPU clock View -> [S32K146.CORE0] Cortex-M -> Status 阅读全文
posted @ 2026-06-23 15:44 决云 阅读(5) 评论(0) 推荐(0)
摘要: IC5000 热仿真 Hardware -> CPU Options -> Hardware Hardware -> CPU Options -> Reset -> RESET pin 蓝盒子须和ECU共地 Debug -> Prepare to Attach 等待DEBUG状态变为SoC DETA 阅读全文
posted @ 2026-06-23 15:41 决云 阅读(3) 评论(0) 推荐(0)
摘要: S32K14x 芯片解锁 先断电,将RESET引脚拉到GND。 连接调试器,运行Jlink Commander, 连接成功后在控制台输入unlock kinetis,观察是否解锁成功。 阅读全文
posted @ 2026-06-23 15:33 决云 阅读(8) 评论(0) 推荐(0)
摘要: 使用openpyxl演示,此库依赖et-xmlfile 在有网络的电脑上安装需要的库 pip install openpyxl 查看安装的库 pip show openpyxl 将库导出到任意路径 pip download openpyxl -d C:\Users\A\Desktop\openpyx 阅读全文
posted @ 2025-08-25 10:21 决云 阅读(650) 评论(0) 推荐(0)
摘要: 打开控制面板->网络和Internet->网络和共享中心->以太网->属性->Internet协议版本4(TCP/IPv4)->属性->使用下面的IP地址(S): 将A电脑IP设为192.168.1.1,子网掩码255.255.255.0,默认网关留空,DNS选择使用下面的DNS服务器地址,全部留空 阅读全文
posted @ 2025-08-16 12:09 决云 阅读(459) 评论(0) 推荐(0)
摘要: 1. 解析Srec文件 """ Parse the SRecord file and return all contiguous data blocks and header record argument: - srec_file_path: path of srecord file to par 阅读全文
posted @ 2025-08-13 16:41 决云 阅读(68) 评论(0) 推荐(0)
摘要: 在脚本开头添加cd /d %~dp0 @echo off cd /d %~dp0 阅读全文
posted @ 2025-07-08 09:47 决云 阅读(35) 评论(0) 推荐(0)
摘要: 奇校验(Odd):使n+1位的奇偶校验码中1的个数为奇数。 偶校验(Even):使n+1位的奇偶校验码中1的个数为偶数。 阅读全文
posted @ 2025-06-30 14:03 决云 阅读(290) 评论(0) 推荐(0)
摘要: reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 阅读全文
posted @ 2025-06-25 09:55 决云 阅读(259) 评论(0) 推荐(0)
摘要: 在cmd中输入 reg delete "HKEY_CURRENT_USER\Software\Scooter Software\Beyond Compare 4" /v CacheID /f 阅读全文
posted @ 2025-05-19 00:24 决云 阅读(95) 评论(0) 推荐(0)