Lost !

-----hard working for the furture.

导航

统计

文章分类 -  单片机

上一页 1 2

i.MXRT1050 迁移指南
摘要:https://www.nxp.com/docs/zh/nxp/application-notes/AN12146.pdf 阅读全文

posted @ 2024-07-04 21:02 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

How to create an I2C slave device using the STM32Cube Library
摘要:https://community.st.com/t5/stm32-mcus/how-to-create-an-i2c-slave-device-using-the-stm32cube-library/ta-p/49844 https://wiki.st.com/stm32mcu/wiki/Gett 阅读全文

posted @ 2024-03-28 11:09 失落''80 阅读(10) 评论(0) 推荐(0) 编辑

STM32 工控板-- 系统定时器测试
摘要:led.h 查看代码 #ifndef __LED_H #define __LED_H #include "stm32f10x.h" /* the macro definition to trigger the led on or off * 1 - off - 0 - on */ #define O 阅读全文

posted @ 2024-03-18 14:31 失落''80 阅读(11) 评论(0) 推荐(0) 编辑

IIC 驱动GT911
摘要:https://www.cnblogs.com/sbtblogs/p/13619303.html https://my.oschina.net/u/4296112/blog/3568699 阅读全文

posted @ 2024-03-16 21:46 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

keil 模拟器学习stm32
摘要:https://blog.51cto.com/zyxfighting/8678417?articleABtest=0 阅读全文

posted @ 2024-03-15 10:23 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

NXP MCU 选型
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus:GENERAL-PURPOSE-MCUS 阅读全文

posted @ 2024-03-15 08:16 失落''80 阅读(11) 评论(0) 推荐(0) 编辑

51 单片机
摘要:查看代码 #include <reg51.h> //特殊寄存器头文件 #include <stdio.h> //标准输入输出库函数原型声明头文件 #define MONITOR51 1 #if defined(MONITOR51) //是否使用Monitor-51调试 char code reser 阅读全文

posted @ 2024-03-13 13:01 失落''80 阅读(17) 评论(0) 推荐(0) 编辑

常用国产芯片厂家
摘要:mcu https://lnchip.com 杭州领芯微电子 https://www.mcu.com.cn 中微半导体(深圳)股份有限公司 https://hitenx.com.cn 海速芯(杭州)科技有限公司 https://www.socmcu.com/cn 赛元微电子 www.gd32mcu. 阅读全文

posted @ 2024-03-10 13:45 失落''80 阅读(12) 评论(0) 推荐(0) 编辑

lcd 菜单
摘要:lcd.h 查看代码 #ifndef __LCD_H #define __LCD_H #include "sys.h" #include "stdlib.h" #define LCD_Data_Addr ((uint32_t)0x60020000) //FSMC写数据地址 #define LCD_R 阅读全文

posted @ 2024-01-12 12:59 失落''80 阅读(27) 评论(0) 推荐(0) 编辑

tft lcd
摘要:https://docs.espressif.com/projects/esp-iot-solution/zh_CN/latest/display/lcd/lcd_guide.html https://zhuanlan.zhihu.com/p/426284819?utm_id=0 http://ww 阅读全文

posted @ 2024-01-11 18:40 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

rust gui on mcu board
摘要:https://erturk.me/projects/a-rust-bsp-package-for-stm32f4-discovery-kit/ https://www.cnblogs.com/dyg540/articles/16438172.html 阅读全文

posted @ 2023-12-07 18:09 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

CAN总线
摘要:CAN_H(CAN高): CAN_L(CAN_低): https://www.bilibili.com/video/BV1V14y1L7Tm/?spm_id_from=autoNext&vd_source=2e137d91d58e280049b91fe9f4ffd6dd https://www.kv 阅读全文

posted @ 2023-11-08 12:58 失落''80 阅读(12) 评论(0) 推荐(0) 编辑

51单片机流水灯
摘要:#include<reg52.h> //包含头文件,一般情况不需要改动, #include<intrins.h> //头文件包含特殊功能寄存器的定义 //sbit LED0=P1^0;// 用sbit 关键字 定义 LED到P1.0端口, // //LED是自己任意定义且容易记忆的符号 //sbit 阅读全文

posted @ 2023-11-05 08:23 失落''80 阅读(19) 评论(0) 推荐(0) 编辑

上一页 1 2
点击右上角即可分享
微信分享提示