Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 65560

Forum Post: RE: MSP430FR4133 silicon bug?

$
0
0
[quote user="Clemens Ladisch"](No vacant memory on my F5529.)[/quote] What about @ 0x24400? You can pop from flash too! #include COMMON INTVEC ORG SYSNMI_VECTOR DC16 snmi_trap COMMON RESET DC16 main RSEG CODE main: BIC.W #VMAIFG,&SFRIFG1 BIS.W #VMAIE,&SFRIE1 NOP MOV.W #WDTPW|WDTHOLD,&WDTCTL BIS.B #BIT0,&P1DIR NOP NOP MOVA #0x243F0,SP //VA @ 0x24400 !!! NOP NOP POPM.A #4,R9 NOP NOP BIC.B #BIT0,&P1OUT JMP $ snmi_trap: BIS.B #BIT0,&P1OUT JMP $ NOP END

Viewing all articles
Browse latest Browse all 65560

Trending Articles