/**
* @brief Initialize the uart
*
* @param none
* @return none
*/
void __attribute((section(".ARM.__at_0x002003b0"))) uart_init (void) {
...
}
查看map文件,是这样的,此时是找不到uart_init函数的,只有地址。
Base Addr Size Type Attr Idx E Section Name Object
...
0x002003b0 0x0000005c Code RO 6 .ARM.__at_0x002003b0 uart.o
...