*** * @file startup_stm32f429xx.s * @author MCD Application Team @brief STM32F429xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Ha
堆主要用来动态内存的分配,像 malloc()函数申请的内存就在堆上面。这个在 STM32里面用的比较少。 PRESERVE8 THUMB PRESERVE8:指定当前文件的堆栈按照 8 字节对齐。 THUMB:表示后面指令兼容 THUMB 指令。THUBM 是 ARM 以前的指令集, 16bit,现在 Cortex-M 系列的都使用 THUMB-2 指令集, THUMB-2 是 32 位的,...
*** * @file startup_stm32f405xx.s * @author MCD Application Team @brief STM32F405xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions...
*** * @file startup_stm32f405xx.s * @author MCD Application Team @brief STM32F405xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions...
/** *** * @file startup_stm32f405xx.s * @author MCD Application Team @brief STM32F405xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set ...
@brief STM32H723xx Devices vector for GCC based toolchain. * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions ISR address * - Branches to main in the C library (which eventually * ...
*** * @file startup_stm32f407xx.s * @author MCD Application Team @brief STM32F407xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions...
*** * @file startup_stm32f407xx.s * @author MCD Application Team @brief STM32F407xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions...
*** * @file startup_stm32f405xx.s * @author MCD Application Team @brief STM32F405xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set the vector tableentries with the exceptions...
/** *** * @file startup_stm32f407xx.s * @author MCD Application Team @brief STM32F407xx Devices vector for GCC based toolchains * This module performs: * - Set the initial SP * - Set the initialPC == Reset_Handler, * - Set ...