Lost !

-----hard working for the furture.

导航

统计

文章分类 -  单片机

1 2 下一页

pyocd 烧写STM32F103ZE
摘要:pyocd flash ./test.hex --target=STM32F103ZE 主函数main.c: /* USER CODE BEGIN Header */ /** ************************************************************** 阅读全文

posted @ 2024-12-14 21:30 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

单片机内的code
摘要:https://blog.csdn.net/weixin_43673603/article/details/116457757 https://blog.csdn.net/m0_55826123/article/details/121911842 code的作用是告诉单片机,我定义的数据要存储在RO 阅读全文

posted @ 2024-11-27 22:14 失落''80 阅读(8) 评论(0) 推荐(0) 编辑

51单片机驱动ws2812b彩灯模块
摘要:https://blog.csdn.net/huang_daoyi/article/details/138923831 阅读全文

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

stm32 printf 重定向
摘要:https://www.digikey.cn/zh/forum/t/topic/2855 #ifdef __GNUC__ #define PUTCHAR_PROTOTYPE int __io_putchar(int ch) #else #define PUTCHAR_PROTOTYPE int fp 阅读全文

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

ArduinoISP 下载
摘要:https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP/ 阅读全文

posted @ 2024-09-25 23:28 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

Arduino UNO R3 -- ATmega328P
摘要:Microchip AVR libc https://www.bilibili.com/video/BV1ie4y1u7fF/?spm_id_from=333.788&vd_source=2e137d91d58e280049b91fe9f4ffd6dd 阅读全文

posted @ 2024-09-25 22:53 失落''80 阅读(7) 评论(0) 推荐(0) 编辑

AVR64DD32
摘要:https://www.microchip.com/en-us/development-tool/EV72Y42A 阅读全文

posted @ 2024-09-25 21:49 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

面包板的使用
摘要:注意中间凹槽的连接 或者 https://www.cnblogs.com/yucloud/p/pi_zeroW.html 阅读全文

posted @ 2024-08-14 23:19 失落''80 阅读(75) 评论(0) 推荐(0) 编辑

Wiring-x86 -- Galileo Gen 2
摘要:https://emutex.com/educational/72-introduction-to-wiring-x86-for-intel-galileo-gen2-and-intel-edison-arduino https://github.com/emutex/wiring-x86/tree 阅读全文

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

LVGL 移植教程
摘要:https://lvgl.100ask.net/master/porting/index.html 阅读全文

posted @ 2024-08-08 01:44 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

windows iot 硬件支持
摘要:https://learn.microsoft.com/zh-cn/previous-versions/windows/iot-core/learn-about-hardware/hardwarecompatlist 阅读全文

posted @ 2024-08-05 14:20 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

Intel 伽利略2 bsp 和硬件资料
摘要:https://www.intel.cn/content/www/cn/zh/download/17523/26418/intel-galileo-board-support-package.html https://www.intel.com/content/www/us/en/search.ht 阅读全文

posted @ 2024-08-05 12:50 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

gui lite
摘要:https://tinylab.org/linux-lab-imx6ull-part4/ https://shequ.stmicroelectronics.cn/thread-642689-1-1.html 最低硬件要求: **Processor** **Disk/ROM space** **Mem 阅读全文

posted @ 2024-07-25 05:30 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

LVGL项目实战之UI规划
摘要:https://mp.weixin.qq.com/s/NPlLa7ACMtiudlf_PbBUDg 阅读全文

posted @ 2024-07-24 19:00 失落''80 阅读(9) 评论(0) 推荐(0) 编辑

LVGL design -- EEZ Studio
摘要:https://www.envox.eu/studio/studio-introduction 阅读全文

posted @ 2024-07-24 18:54 失落''80 阅读(62) 评论(0) 推荐(0) 编辑

合泰 demo kit
摘要:https://www.holtek.com.cn/page/applications/detail/WAS-1713 阅读全文

posted @ 2024-07-24 11:07 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

合泰单片机
摘要:https://www.holtek.com.cn/page/product/productNum 阅读全文

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

同步整流控制器
摘要:https://www.st.com.cn/zh/power-management/synchronous-rectification-controllers.html 阅读全文

posted @ 2024-07-11 18:23 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

升级opensda
摘要:断电模式下长按sw4, 连接电脑出现 "", https://blog.csdn.net/weixin_46143152/article/details/126028145 阅读全文

posted @ 2024-07-10 18:31 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

Intel Galileo 2 开发板测试
摘要:https://blog.csdn.net/wilson1068/article/details/40349775 https://blog.csdn.net/zwkdvgasiufbseiufb/article/details/38611179 阅读全文

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

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