下面这段代码是为GCC写的,我想知道如何让这段代码在IAR编译器下编译 /* Load the address of the interrupt control register into r3. */ /* Load the value of the interrupt control register into r2 from the ldr r2, [r3, #0]
/* The interrupt number is in th
我使用的是来自STM32F746NG的STMicroelectronics微控制器。该设备基于ARM Cortex-M7体系结构。我花了相当多的时间来理解示例项目中的linkerscript。我弄明白了基本知识,但我仍然不能掌握其中的大部分。请帮助我理解这些部分。链接脚本的开头如下:ENTRY(Reset_Handler) /* The function named 'Reset_Handler' is defined */
/* in the 'startup.s'