Tool/software: Code Composer Studio
Hello everyone,
I am using msp430 for a project and I need to enable OTA and for that I need to be able to program my msp430fr2433 using BSL right?, I have 2 launchpads as of now and just for proof of concept I want to program my 1st msp430fr2433 using the 2nd one, I read it in few documents, https://www.ti.com/lit/ug/slau610d/slau610d.pdf(MSP430FR4xx and MSP430FR2xx Bootloader (BSL)) and https://www.ti.com/lit/ug/slau550z/slau550z.pdf(MSP430™ FRAM Devices Bootloader (BSL)) about blank device detection, hardware invocation and software invocation using
__disable_interrupt(); // disable interrupts ((void (*)())0x1000)(); // jump to BSL
but seems none of these are working for me, can you please help me understand where i am going wrong?
Thank you
Shubham Agarwal