Part Number: *****>
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.
Hi Helic,
The interface settings list (see figure below) did not include SWD, and only SBW (bit: 0x08) was found.
Could you please advise me on how to change the settings?
MSP Gang Programmer (MSP-GANG) User's Guide (Rev. Q)
Best Regards,
Ito
Got some feedback, but need more time to test, here I can give you some instruction:
Using VScode and C to generate a .exe file, control MSP-GANG via COM port using this exe, C-DLLtest.exe.
I will give more feedback to you when test is done.
Hi Helic,
・If you do not specify the write address and use the MSPGANG_MainProcess() function to write to the entire area, you can write normally even with MSPM0G1105.
From this, we believe that there is no problem with the device connection during writing.
・When using the MSPGANG_Interactive_EraseSectors() function to erase the specified address (7C00h-7CFFh), it can be done normally even with MSPM0G1105.
From this, we believe that there is no problem with the address setting method of MSP-Gang.dll.
When using MSPGANG_Interactive_WriteBytes_to_FLASH() in the same way as MSPGANG_Interactive_EraseSectors(),
only the MSPM0G1105 does not update the data.
Best Regards,
Ito
Please try a 64bit aligned Flash address, and keep since this is write byte, size should also aligned with 64bit (size = 64bit*8)
MSPM0 flash hardware is 64bit word flash.
Also, you can try 32bit aligned Flash address.