Hi,
I have modified the MSP430F522x_I2C example from the "MSP430BSL_1_01_00_01.zip" to work with MSP430F5528.
I can successfully switch into BSL-Mode by using:
__disable_interrupt(); // disable interrupts
((void ( * )())0x1000)(); // jump to BSL
Now I am trying to use BSL-Scripter to communicate with the BSL and to upload new Firmware to the MSP430F5528.
Unfortunately BSL-Scripter seems to not support I2C BSL for 5xx Microcontrollers:
MODE 5xx I2C 100000 COM7
[ERROR_MESSAGE]The communication protocol chosen is not available for the chosen Family!
if just pretent to have an FR-Type, I receive a failure message but I have veryfied that the password was successfully transmitted:
MODE FRxx I2C 100000 COM7//FRxx
RX_PASSWORD .\pass_default.txt
Read Txt File : C:\ti\ScriptExampleWindows\test\pass_default.txt
[ACK_ERROR_MESSAGE]Unknown ACK value!
Is there any chance to have a BSL-Scripter.exe thtat allows I2C for 5xx?
or am I just using the wrong Family Name?
b.r.
David