他山之石

嵌入式学习方法:https://github.com/ianhom/Note-of-all/blob/master/Note/Something%20Embedded.md

C语言,linux学习网站:
http://c.biancheng.net/view/705.html
人工智能:http://www.captainbed.net/strongerhuang/
GIT教程:https://www.liaoxuefeng.com/wiki/896043488029600/897013573512192
RT-Thread教學視頻:https://www.moore8.com/courses/video/1996/26580
IAR使用tips:https://blog.csdn.net/l20130316/article/details/48676365
黑白照片转彩色照片:https://colorize.cc/
ROM and RAM IN ARM:https://www.cnblogs.com/luckytimor/p/7182629.html
https://blog.csdn.net/zhy557/article/details/80832268
指令集架构、arm内核、SoC、处理器、CPU、GPU等的关系:(看参考文献)https://blog.csdn.net/baidu_35679960/article/details/77606930
ARM架构处理器演变,ARM内核全解析,从ARM7,ARM9到Cortex-A7,A8,A9,A12,A15到Cortex-A53,A57:https://www.cnblogs.com/senior-engineer/p/8668723.html
处理器入门知识:https://blog.csdn.net/epubit17/article/details/84971664
RICS-V处理器架构:https://blog.csdn.net/p340589344/article/details/82290920
C语言中,头文件和源文件的关系:https://blog.csdn.net/xhbxhbsq/article/details/78955216
Flashloader简介:https://blog.csdn.net/sunheshan/article/details/39322949
linux terminal快捷键:https://www.kafan.cn/edu/4129186.html
定时器、看门狗和RTC:https://blog.csdn.net/poi_carefree/article/details/80099840
GCC编译器:http://c.biancheng.net/view/674.html
http://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_mono/ld.html

LDR和LDR伪指令:https://www.cnblogs.com/simonshi/archive/2010/04/23/1718687.html

了解“预编译,编译,汇编,链接”四个过程http://m.elecfans.com/article/663750.html

 

MMU内存管理单元相关知识点总结https://www.cnblogs.com/Forever-LJX/p/5813502.html

https://www.cnblogs.com/besharp/

函数调用栈帧:https://www.cnblogs.com/zhonglongbo/p/8392026.html

轻量级C语言编译器 gcc for Windows:https://blog.csdn.net/osummertime/article/details/79698638

https://sourceforge.net/projects/mingw/files/latest/download?source=files

https://sourceforge.net/projects/mingw/

C语言各变量类型占字节数:https://blog.csdn.net/tongtao_123/article/details/82821884

IAR配色方案:https://blog.csdn.net/xinghuanmeiying/article/details/79289029   comment 段:red 67   green 138  blue 85     preprocess:red 255

从编写源代码到程序在内存中运行的全过程解析:https://blog.csdn.net/kang___xi/article/details/79571137

malloc函数详解:https://www.cnblogs.com/Commence/p/5785912.html

嵌入式软件基础题:https://blog.csdn.net/u012478275/article/details/51546465

原文地址:https://www.cnblogs.com/freyluo/p/11075666.html