随笔分类 -  硬件设计

电路硬件设计及单片机软件设计
摘要:#include "spi.h" void SPI_GPIO_Init(void) { //hardware make PSB low to enable serial communication GPIO_InitTypeDef GPIO_InitStruct; RCC_APB2PeriphClo 阅读全文
posted @ 2024-04-05 21:26 了解2号 阅读(408) 评论(0) 推荐(0) 编辑
摘要:CH1--SDA; CH2--SCL。 #include "iic.h" void IIC_GPIO_Init(void) { GPIO_InitTypeDef GPIO_InitStruct; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE) 阅读全文
posted @ 2024-04-02 13:54 了解2号 阅读(154) 评论(0) 推荐(0) 编辑
摘要:gerber文件输出包括2部分:一、Gerber Files;二、Nc Drill Files;分3次导出; 文件导出是在.PCB项目文件选中情况下进行。 1.PCB的尺寸外形标注一般在mechanical 1、2层; 2.设定原点(若还没设定的话,设定时选择基板左下角) Edit-Origin-S 阅读全文
posted @ 2021-08-26 18:40 了解2号 阅读(7797) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示