Lost !

-----hard working for the furture.

导航

统计

文章分类 -  嵌入式

1 2 3 4 5 ··· 9 下一页

在 Code Blocks 中开发 STM32F103
摘要:https://blog.csdn.net/weixin_43931875/article/details/103325787 https://www.cnblogs.com/ele-eye/archive/2013/06/11/3131703.html 阅读全文

posted @ 2025-02-09 18:20 失落''80 阅读(0) 评论(0) 推荐(0) 编辑

GNU ARM
摘要:https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads 阅读全文

posted @ 2025-02-09 17:07 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

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) 编辑

arm-none-eabi-gcc 编译 arm926ej-s 代码
摘要:arm-none-eabi-gcc -c -mcpu=arm926ej-s -g test.c -o test.o arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o arm-none-eabi-ld -T test.ld test 阅读全文

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

NXP ARM9 LPC 3100 Arm926EJ-S
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc3000-arm9:MC_71572#/ https://www.nxp.com. 阅读全文

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

arm 内核版本
摘要:ARM920T - S3C2440 ARM926EJ-S - AT91SAM9260 内核种类 家族 架构 内核 特色 高速缓存 (I/D)/MMU 常规 MIPS 于 MHz 应用 ARM1 ARMv1 ARM1 无 ARM2 ARMv2 ARM2 Architecture 2 加入了MUL(乘法 阅读全文

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

nxp dsc 数字信号处理器
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/additional-mpu-mcus-architectures/digital-signal-controllers/32-bit-56800ex-ef-core:56 阅读全文

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

S3C2440开发板烧录笔记
摘要:https://blog.csdn.net/klaus_x/article/details/79494990 https://blog.csdn.net/cgb165937385/article/details/8667753 https://www.cnblogs.com/fuzidage/p/1 阅读全文

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

ARM920T 2440开发板
摘要:https://www.cnblogs.com/zyly/p/14841687.html https://developer.arm.com/documentation/ddi0151/c/debug-support/arm920t-core-clocks?lang=en https://blog. 阅读全文

posted @ 2024-11-17 21:27 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

N9H20 -- ARM926EJ-S
摘要:https://bbs.elecfans.com/jishu_1851809_1_1.html https://baijiahao.baidu.com/s?id=1788778657617440582&wfr=spider&for=pc https://www.nuvoton.com 阅读全文

posted @ 2024-11-12 22:03 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

vm nat 模式下设置ubuntu 静态ip
摘要:https://www.cnblogs.com/kele-dad/p/11070342.html 阅读全文

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

imx8m mini 原理框图 && NAND FLASH
摘要:这个解决方案包括了CPU模组板(SOM Board)跟底板(Base Board)两部分 SOM Board Base Board https://www.wpgdadatong.com/tw/blog/detail/41916 https://www.wpgdadatong.com.cn/blog 阅读全文

posted @ 2024-11-03 21:00 失落''80 阅读(19) 评论(0) 推荐(0) 编辑

Mongoose HTTP server
摘要:https://mongoose.ws/documentation/tutorials/http/http-server/ 阅读全文

posted @ 2024-11-01 20:32 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

notepad ++ 连接linux
摘要:https://blog.csdn.net/weixin_45434958/article/details/128038556 阅读全文

posted @ 2024-10-24 23:14 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

程序的加载域与执行域
摘要:https://www.cnblogs.com/zxdplay/p/17768181.html 阅读全文

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

Sphinx 制作uboot文档
摘要:https://blog.csdn.net/wuShiJingZuo/article/details/135616986 linux: pip install sphinx sphinx-rtd-theme cd u-bood doc: sphinx-build -b html ./ build/h 阅读全文

posted @ 2024-10-19 08:49 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

EMQX 服务器
摘要:https://www.emqx.com/en/downloads-and-install/broker?os=Ubuntu https://github.com/emqx/qmqtt https://mqtt-explorer.com 阅读全文

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

vs code添加C51关键字及C51头文件
摘要:https://blog.csdn.net/lzxiaotu/article/details/112058998 阅读全文

posted @ 2024-10-10 22:54 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

rt1050 BootROM启动
摘要:https://blog.51cto.com/henjay724/2711903 usb 线接otg1, sw7 3 off 4 on,串行模式 烧写完从qspi 启动 https://blog.chinaaet.com/jihceng0622/p/5100053101 Executing flas 阅读全文

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

1 2 3 4 5 ··· 9 下一页
点击右上角即可分享
微信分享提示