STM32学习1

Posted 我光吃饭不洗碗

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM32学习1相关的知识,希望对你有一定的参考价值。

  arm汇编启动文件。

  汇编注释用";"

;* - Set the initial SP     
;* - Set the initial PC == Reset_Handler
;* - Set the vector table entries with the exceptions ISR address
;* - Configure the system clock and the external SRAM/SDRAM mounted on STM324x9I-EVAL boards to be used as data memory (optional, to be enabled by user)
;* - Branches to __main in the C library (which eventually calls main()).
  

时钟树

  

 

以上是关于STM32学习1的主要内容,如果未能解决你的问题,请参考以下文章

STM32ADC同步采样

STM32ADC同步采样

STM32CubeMX之FreeRTOS

STM32CubeMX之FreeRTOS

STM32调试诊断工具 | STM32CubeMonitor介绍下载安装和使用教程

STM32加密保护工具 | STM32Trust介绍解决方案