摘要: https://files.cnblogs.com/files/slyuan/tftpd64%E7%89%88.7z?t=1662898673 阅读全文
posted @ 2022-09-11 20:20 slyuan 阅读(57) 评论(0) 推荐(0) 编辑
摘要: https://files-cdn.cnblogs.com/files/slyuan/Microsoft.WindowsCalculator_2018.1001.539.0_neutral___8wekyb3d8bbwe.zip?t=1648570128 阅读全文
posted @ 2022-03-30 00:12 slyuan 阅读(1714) 评论(0) 推荐(0) 编辑
摘要: STM32 GPIO 1. IO口模式 输入 输出 浮空输入 GPIO_Mode_AIN 开漏输出 GPIO_Mode_Out_PP 上拉输入 GPIO_Mode_IN_FLOATING 推挽输出 GPIO_Mode_Out_OD 下拉输入 GPIO_Mode_IPD 推挽式复用功能 GPIO_Mo 阅读全文
posted @ 2022-02-08 21:36 slyuan 阅读(529) 评论(0) 推荐(0) 编辑
摘要: STM32上进行I2C通讯 **起始信号:**当SCL为高期间,SDA由高到低的跳变。 void I2C_Start(void) { MPU_SDA_OUT();//设置SDA为输出模式 I2C_SDA=1; I2C_SCL=1; I2C_Delay(); I2C_SDA=0; I2C_Delay( 阅读全文
posted @ 2022-02-08 21:33 slyuan 阅读(196) 评论(0) 推荐(0) 编辑
摘要: stm32位带操作 要点:找到需要带操作的寄存器的地址,并把它转换为位带别名区地址。 1. 什么是位带? 通过普通的加载、存储指令来对单一的比特进行读写。例如下面就可以对P0^1口进行置位和复位。 P0^1 = 1; P0^1 = 0; 在stm32开发过程中,如果使用库函数开发可以不使用位带操作。 阅读全文
posted @ 2022-02-08 21:31 slyuan 阅读(366) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2067467/202111/2067467-20211122092509681-1592021957.jpg)![](https://img2020.cnblogs.com/blog/2067467/202111/2067467-20211122092513313-1404602376.jpg)![](https://im... 阅读全文
posted @ 2021-11-22 09:26 slyuan 阅读(1080) 评论(0) 推荐(0) 编辑
摘要: 1.最小间距 Design Rules--Electrical--Clearance 6mil 2.线宽 Design Rules--Routing--Width--Width 3.过孔 Design Rules--Routing Via Style--RoutingVias 翻译: via 过孔、 阅读全文
posted @ 2021-07-15 20:03 slyuan 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 第一步 第二步 删除All Components上面的一项即可 完成这两项之后,就可以回到原理图,通过下图更新 阅读全文
posted @ 2021-07-15 12:47 slyuan 阅读(2270) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2067467/202107/2067467-20210712201258303-973710260.png) 阅读全文
posted @ 2021-07-12 20:13 slyuan 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2067467/202106/2067467-20210629021850550-2040920981.png) ![](https://img2020.cnblogs.com/blog/2067467/202106/2067467-20210629021917205-800093926.png) ![](https://i 阅读全文
posted @ 2021-06-29 02:21 slyuan 阅读(46) 评论(0) 推荐(0) 编辑