Part Number:MSP430F6736
I found that vacant memory interrupt flag is set every time msp430f6736 Rev A processor fetches any instruction from memory address 0x023ffa. The strange thing after the flag is set the result is not either 3FFFh value ( in case of read from vacant memory) or JMP $ (in case of fetch) or a PUC (in case of fetch accesses from vacant peripheral space) which are the possible results of vacant memory space access. So that I am looking for help to get a way to fix the problem.
I just attached a snapshot of a sample code that demonstrates the above situation.