代码改变世界

阅读排行榜

STM32 HAL开发完全指南

2023-05-25 19:07 by dreamboy2000, 154 阅读, 收藏,
摘要: 关于STM32 IAP升级之为什么APP执行要&0x2FFE0000这个数值的原因 嵌入式软件开发 ​ Carroll University 工商管理硕士 10 人赞同了该文章 如下图所示,这是我目前用的一款CPU:STM32F446RET6,大小是512KB 我的bootloader编译完以后占用 阅读全文

The Goertzel Algorithm

2021-09-25 15:18 by dreamboy2000, 149 阅读, 收藏,
摘要: The Goertzel algorithm can perform tone detection using much less CPU horsepower than the Fast Fourier Transform, but many engineers have never heard 阅读全文

Microchip XT HS HSPLL

2019-10-13 14:29 by dreamboy2000, 143 阅读, 收藏,
摘要: XT, HS的频率范围如下图所示: 阅读全文

PIC18F87J90 系列 欠压复位 ( BOR )

2021-09-27 10:19 by dreamboy2000, 115 阅读, 收藏,
摘要: 阅读全文

Serial bootloader for STM8

2021-09-25 10:16 by dreamboy2000, 107 阅读, 收藏,
摘要: This article will cover developing a serial bootloader for STM8S microcontrollers. Contents: Entry condition Serial protocol Flash block programming I 阅读全文