Lost !

-----hard working for the furture.

导航

统计

文章分类 -  嵌入式

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

STM32 flash 日志系统设计
摘要:内部FLASH采用的是NOR FLASH,它的特点是芯片内执行,这样应用程序就可以直接在FLASH闪存内运行,不必再把代码读到系统的RAM中。日志文件系统的主要功能是以内部FLASH地址作为存储空间(直接使用内部FLASH空间,减少硬件成本),在Cortex-M3系统CPU芯片上,按页建立的一个日志 阅读全文

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

NXP 通用MCU评估和开发板
摘要:https://www.nxp.com.cn/design/design-center/development-boards-and-designs/general-purpose-mcus:FREDEVPLA 阅读全文

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

i.MX RT系列产品和stm32系列产品
摘要:注意看SRAM大小 跟stm32比较 https://static.stmcu.com.cn/upload/Selection_Guide.pdf https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcon 阅读全文

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

arm嵌入式编译器分类介绍
摘要:https://blog.csdn.net/rrrfff/article/details/30990953 https://blog.csdn.net/weixin_46236346/article/details/140524263 阅读全文

posted @ 2024-10-03 20:59 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

goahead 嵌入式web
摘要:https://admin.embedthis.com/#/products https://www.cnblogs.com/qinwanlin/p/5081951.html make sudo make install sudo goahead -v --home /etc/goahead /va 阅读全文

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

树莓派pico与RP2040学习
摘要:https://blog.csdn.net/weixin_44220832/article/details/128222110 https://blog.csdn.net/vcit102/article/details/136370390 https://tieba.baidu.com/p/9007 阅读全文

posted @ 2024-10-01 09:46 失落''80 阅读(13) 评论(0) 推荐(0) 编辑

android 3xl
摘要:https://developers.google.cn/android/images#crosshatch 阅读全文

posted @ 2024-09-27 00:06 失落''80 阅读(6) 评论(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) 编辑

Makefile
摘要:https://mp.weixin.qq.com/s/ozlArzZ_RAmVAfi44D0hyw 嘿,朋友,你是不是写代码的时候,总觉得有些重复的操作让人头疼?比如,每次运行项目之前,总要一步步去手动编译、测试,或者打包?好像时间就这样被悄悄偷走了。其实啊,这种问题很常见,很多程序员都和你一样,被 阅读全文

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

正点原子stm32 m3 开发板
摘要:http://www.openedv.com/docs/boards/stm32/zdyz_stm32f103_warship.html https://www.yuanzige.com/course/detail/50101 阅读全文

posted @ 2024-09-22 15:19 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

STM32Fxxx graphics display drivers
摘要:https://github.com/RobertoBenjami/stm32_graphics_display_drivers ALINETEK 2.8寸 TFTLCD模块特点 https://blog.csdn.net/weixin_42645653/article/details/113707 阅读全文

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

stm32 ch340 下载电路
摘要:https://blog.csdn.net/qq_64549256/article/details/136982526 https://www.cnblogs.com/einstein-2014731/p/4885300.html 阅读全文

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

eclipse 新建arm工程,带ld链接
摘要:https://www.cnblogs.com/solo666/p/16707812.html 汇编文件要改成大写 .S 结尾 阅读全文

posted @ 2024-09-18 22:33 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

uboot 命令使用教程(uboot参数设置)
摘要:https://www.cnblogs.com/alan666/p/8312232.html 阅读全文

posted @ 2024-09-15 22:20 失落''80 阅读(19) 评论(0) 推荐(0) 编辑

centos下 update glibc to 2.27
摘要:https://www.didaproject.com/show-142.html #configure --help --enable-obsolete-nsl build and install the obsolete libnsl library and depending NSS modu 阅读全文

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

linaro gcc 编译工具链和gcc参数
摘要:https://blog.csdn.net/neillan/article/details/120970890 https://blog.csdn.net/wan212000/article/details/126001480 https://cloud.tencent.com/developer/ 阅读全文

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

lv_port_linux
摘要:https://github.com/lvgl/lv_port_linux https://blog.51cto.com/u_4018548/9347557 阅读全文

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

TQ2440(S3C2440)移植Linux-4.0.1内核全过程
摘要:https://blog.csdn.net/qq153471503/article/details/105514114?sharetype=blogdetail&sharerId=105514114&sharerefer=PC&sharesource=dyg540&sharefrom=from_li 阅读全文

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

im6ull linux 移植qt
摘要:#!/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 阅读全文

posted @ 2024-09-09 00:41 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

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