Hi Katie,
I have come across same issue.
I am using MSP430F5419A with IAR5.51 IDE.
****************************************
* *
* RUNTIME MODEL *
* *
****************************************
__SystemLibrary = CLib
__core = 430X
__data_model = large
__double_size = 32
__pic = no
__reg_r4 = regvar
__reg_r5 = free
__rt_version = 3
Basically I have divided the whole memory map in 2 banks(36K each).
Bank1 : 0x5C00 - 0xEC00
Bank2 : 0x10000 - 0x19000.
An aaplication code places in bank 1 works fine.
But when the same code is placed at bank2, at some function calls PUC occurs.
Checked the SYSRSTIV it shows a value 0x001E.
What must be the issue? As the same code works fine below 64K.
Thanks
Bhushan P