WINAVR通过makefile给一个函数指定地址

题目:为什么下面的函数被指定到来0xff00,函数如下: void BOOTLOADER_SECTION boot_program_page(uint32_t address, uint8_t *buf) { uint16_t i; uint8_t sreg; // Disable interrupts. sreg = SREG; cli(); // eeprom_busy_wait (); bo
相关文章
相关标签/搜索