文章分类 - 嵌入式
摘要: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
阅读全文
摘要: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
阅读全文
摘要:http://jiaocheng.bubufx.com/info-show-1011112.html 最近在研究Intel® Galileo Gen 2开发板的Linux开发。Intel® Galileo Gen 2开发板自带的Linux比较简单,缺少很多常用的软件,而且板子自身的容量很小。所以我打
阅读全文
摘要:单文件 led.bin:led.s led.lds arm-angstrom-linux-gnueabi-gcc -c led.s -o led.o arm-angstrom-linux-gnueabi-gcc -c delay.s -o delay.o arm-angstrom-linux-gnu
阅读全文
摘要:https://www.icxbk.com/ask/detail/34523.html https://blog.csdn.net/weixin_44735216/article/details/132554811
阅读全文
摘要:https://blog.csdn.net/lwanttowin/article/details/80126325
阅读全文
摘要:至芯科技FPGA开发板ALTERA ZX-2夏宇闻教授配套教材NIOS学习板 FPGA主芯片: ALTERA 公司Cyclone IV系列的EP4CE6E22C8。 Cyclone IV系列是ALTERA公司推出的被市场广泛认可的低成本 低功耗的FPGA系列。该芯片有6272个逻辑单元(LE), 2
阅读全文
摘要:kernel: export ARCH=arm export CROSS_COMPILE=arm-none-eabi- make zImage dtbs imxrt_defconfig make -j8 OBJCOPY arch/arm/boot/zImage u-boot: sudo apt-ge
阅读全文
摘要://增加缓存空间大小 git config --global http.postBuffer 524288000 //一个意思也是提升大小 git config --global core.packedGitLimit 512m git config --global core.packedGitW
阅读全文
摘要:https://wiki.ubuntu.org.cn/
阅读全文
摘要:基于NXP i.MX RT1021跨界MCU实现一个简单的波形采集 https://www.eetree.cn/project/detail/1961
阅读全文
摘要:安装应用中心,安装插件 https://blog.csdn.net/weixin_40973138/article/details/106081946
阅读全文
摘要:https://erturk.me/projects/a-rust-bsp-package-for-stm32f4-discovery-kit/ https://www.cnblogs.com/dyg540/articles/16438172.html
阅读全文
摘要:Introduction - 《CMake菜谱(CMake Cookbook中文版)》 - 书栈网 · BookStack
阅读全文
摘要:keil: 导出style: clang-format -style="Microsoft" --dump-config > c:\Microsoft.clang-format Arguments: -style=file:c:\Microsoft.clang-format -i !E -style
阅读全文
摘要:赋读写权限 sudo chmod 777 -R /home/jeams/code https://www.jb51.net/article/231757.htm 在share definitions字段中添加要共享的目录,如:[public]path = /public #共享目录的路径public
阅读全文
摘要:winserver 2016 添加文件共享服务器 linux 访问:
阅读全文
摘要:https://www.pudn.com/news/6299fd64a1ab4536adf5aa71.html
阅读全文
摘要:https://packages.msys2.org/base/mingw-w64-arm-none-eabi-gcc
阅读全文

浙公网安备 33010602011771号