Tool/software:
Hi,
I'm implementing BSL using msp430fr2476.
I'm using I2C for BSL.
When i send [RX Password] command from master mcu to msp430fr2476, the response packet received properly.
[ received packet : 0x00, 0x80, 0x20, 0x00, 0x3B, 0x00, 0x60, 0xC4 ]
After sending [RX password] command, msp430fr2476 is not working. (i2c timeout occurs.)
I understand that mass erase works if you enter the rx password as 0xFF.
question 1 : How long does it take for mass erase to be completed?
question 2 : Do I need a delay before sending next command after sending the rx password?
Regards,
Youngjun.