摘要:内部FLASH采用的是NOR FLASH,它的特点是芯片内执行,这样应用程序就可以直接在FLASH闪存内运行,不必再把代码读到系统的RAM中。日志文件系统的主要功能是以内部FLASH地址作为存储空间(直接使用内部FLASH空间,减少硬件成本),在Cortex-M3系统CPU芯片上,按页建立的一个日志
阅读全文
摘要:https://www.nxp.com.cn/design/design-center/development-boards-and-designs/general-purpose-mcus:FREDEVPLA
阅读全文
摘要:注意看SRAM大小 跟stm32比较 https://static.stmcu.com.cn/upload/Selection_Guide.pdf https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcon
阅读全文
摘要:https://blog.csdn.net/rrrfff/article/details/30990953 https://blog.csdn.net/weixin_46236346/article/details/140524263
阅读全文
摘要:https://admin.embedthis.com/#/products https://www.cnblogs.com/qinwanlin/p/5081951.html make sudo make install sudo goahead -v --home /etc/goahead /va
阅读全文
摘要:https://blog.csdn.net/weixin_44220832/article/details/128222110 https://blog.csdn.net/vcit102/article/details/136370390 https://tieba.baidu.com/p/9007
阅读全文
摘要:https://developers.google.cn/android/images#crosshatch
阅读全文
摘要:https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP/
阅读全文
摘要:Microchip AVR libc https://www.bilibili.com/video/BV1ie4y1u7fF/?spm_id_from=333.788&vd_source=2e137d91d58e280049b91fe9f4ffd6dd
阅读全文
摘要:https://mp.weixin.qq.com/s/ozlArzZ_RAmVAfi44D0hyw 嘿,朋友,你是不是写代码的时候,总觉得有些重复的操作让人头疼?比如,每次运行项目之前,总要一步步去手动编译、测试,或者打包?好像时间就这样被悄悄偷走了。其实啊,这种问题很常见,很多程序员都和你一样,被
阅读全文
摘要:http://www.openedv.com/docs/boards/stm32/zdyz_stm32f103_warship.html https://www.yuanzige.com/course/detail/50101
阅读全文
摘要:https://github.com/RobertoBenjami/stm32_graphics_display_drivers ALINETEK 2.8寸 TFTLCD模块特点 https://blog.csdn.net/weixin_42645653/article/details/113707
阅读全文
摘要:https://blog.csdn.net/qq_64549256/article/details/136982526 https://www.cnblogs.com/einstein-2014731/p/4885300.html
阅读全文
摘要:https://www.cnblogs.com/solo666/p/16707812.html 汇编文件要改成大写 .S 结尾
阅读全文
摘要:https://www.cnblogs.com/alan666/p/8312232.html
阅读全文
摘要:https://www.didaproject.com/show-142.html #configure --help --enable-obsolete-nsl build and install the obsolete libnsl library and depending NSS modu
阅读全文
摘要:https://blog.csdn.net/neillan/article/details/120970890 https://blog.csdn.net/wan212000/article/details/126001480 https://cloud.tencent.com/developer/
阅读全文
摘要:https://github.com/lvgl/lv_port_linux https://blog.51cto.com/u_4018548/9347557
阅读全文
摘要:https://blog.csdn.net/qq153471503/article/details/105514114?sharetype=blogdetail&sharerId=105514114&sharerefer=PC&sharesource=dyg540&sharefrom=from_li
阅读全文
摘要:#!/bin/bash cd ./qtbase/mkspecs/ cp linux-arm-gnueabi-g++ linux-arm-gnueabihf-g++ -r ./configure -prefix /home/jeams/qt5.15 -xplatform linux-arm-gnuea
阅读全文