#pragma location 有定义吗?

Is there any definition for #pragma location?

我需要这段代码的解释! 我知道一点,但还不够

#if defined ( __ICCARM__ )
#pragma location="ExtQSPIFlashSection" 
#else
__attribute__((section(".ExtQSPIFlashSection")))
#endif

它在 IAR 中

谢谢你:)

#pragma__attribute__(...... 仅针对特定编译器。使用它们,您可以做完全相同的事情——将对象放入内存中的特定部分。这些部分在链接描述文件中定义