/****************************************************************************/
/* INTERRUPÇÕES */
/****************************************************************************/
//Interrupção do Wake-Up.
void interrupt 15 TrataWp(void){
# MC56F8013/14 memory map:
# small memory model (small data model and small program model)
# x memory above 7FFF not available with SDM
MEMORY
{
.p_interrupts_ROM (RX) : ORIGIN = 0x0000, LENGTH = 0x005C # reserved for interrupts
.p_flash_ROM (RX) : ORIGIN = 0x005C, LENGTH = 0x1FA4
# p_flash_ROM_data mirrors internal xRAM, mapping to origin and length
# the "X" flag in "RX" tells the debugger to download to p-memory.
# the download to p-memory is directed to the address determined by AT
# in the section definition below.
.p_flash_ROM_data (RX) : ORIGIN = 0x0000, LENGTH = 0x07FF # internal xRAM mirror
# for pROM-to-xRAM copy
# for MC56F801x, reserved area of memory from 0x0000 to 0x07FF
# is mirrored to shared RAM as well. We use this for SDM (Small Data Model).
.x_internal_RAM (RW) : ORIGIN = 0x0000, LENGTH = 0x07FF
.reserved_1 (RW) : ORIGIN = 0x0800, LENGTH = 0xE800
.x_onchip_peripherals (RW) : ORIGIN = 0xF000, LENGTH = 0x1000
.reserved_2 (RW) : ORIGIN = 0x010000, LENGTH = 0xFEFF00
.x_EOnCE (RW) : ORIGIN = 0xFFFF00, LENGTH = 0x0000
}
Voltar para NXP (ex-FreeScale (ex-Motorola))
Usuários navegando neste fórum: Nenhum usuário registrado e 1 visitante