This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5529: How to use the asm language to jump the code to the address out of 64KB?

Part Number: MSP430F5529


Hi,

For some reason, I need to jump the code to the memory space where over 64KB, below is my code:

asm("br &0x143D2;");

but it will get error after compelling, what is the correct way to use asm language to jump to the address out of 64KB?

**Attention** This is a public forum