文章分类 - 嵌入式
摘要:https://doc.embedfire.com/mcu/i.mxrt/i.mxrt1052/zh/latest/doc/chapter9/chapter9.html
阅读全文
摘要:https://wiki.ugfx.io/index.php/Main_Page
阅读全文
摘要:https://blog.csdn.net/qq_35031421/article/details/106463938
阅读全文
摘要:https://cloud.tencent.com/developer/article/1843036 https://blog.csdn.net/Austin_2020/article/details/128163229
阅读全文
摘要:https://blog.csdn.net/qq_28234213/article/details/71248920 JZ2440在/etc/init.d/rcS文件中配置 直接vi /etc/init.d/rcS修改IP即可,方法如上。
阅读全文
摘要:In /boot/config.txt dtoverlay=ov5647 https://blog.csdn.net/baozheng/article/details/132640931 https://www.cnblogs.com/uestc-mm/p/17442508.html
阅读全文
摘要:https://cloud.tencent.com/developer/article/2032451
阅读全文
摘要:https://releases.linaro.org/components/toolchain/binaries/ https://snapshots.linaro.org/gnu-toolchain/ https://www.cnblogs.com/xuejiangqiang/p/1658253
阅读全文
摘要://用于从32位整数中提取各个字节。 #define BYTE0(temp) (*(char *)(&temp)) // 取前8位内容 0-7 #define BYTE1(temp) (*((char *)(&temp) + 1)) // 取8-15位 #define BYTE2(temp) (*(
阅读全文
摘要:https://www.ctyun.cn/zhishi/p-379708
阅读全文
摘要:https://blog.csdn.net/qq_34901073/article/details/82887681 MDK5版本更新说明mdk539 下载地址:http://www.keil.com/files/eval/MDK539.EXE mdk538下载地址:http://www.keil.
阅读全文
摘要:1. 配置linux samba共享目录 安装 samba 服务器1,下载安装 samba 服务器$ sudo apt-get update$ sudo apt-get install samba samba-common2,创建共享目录$ mkdir shared3,修改配置文件:/etc/sam
阅读全文
摘要:波特率:115200 https://www.cnblogs.com/dengfu/p/14711551.html https://baijiahao.baidu.com/s?id=1715829744283874146
阅读全文
摘要:https://blog.csdn.net/weixin_43931875/article/details/103325787 https://www.cnblogs.com/ele-eye/archive/2013/06/11/3131703.html
阅读全文
摘要:https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
阅读全文
摘要:pyocd flash ./test.hex --target=STM32F103ZE 主函数main.c: /* USER CODE BEGIN Header */ /** **************************************************************
阅读全文
摘要:https://blog.csdn.net/weixin_43673603/article/details/116457757 https://blog.csdn.net/m0_55826123/article/details/121911842 code的作用是告诉单片机,我定义的数据要存储在RO
阅读全文
摘要: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
阅读全文
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc3000-arm9:MC_71572#/ https://www.nxp.com.
阅读全文
摘要:ARM920T - S3C2440 ARM926EJ-S - AT91SAM9260 内核种类 家族 架构 内核 特色 高速缓存 (I/D)/MMU 常规 MIPS 于 MHz 应用 ARM1 ARMv1 ARM1 无 ARM2 ARMv2 ARM2 Architecture 2 加入了MUL(乘法
阅读全文

浙公网安备 33010602011771号