Hi. I have some questions about programming the MSP430F2132 without the code composer studio. I found two different programs, one is Lite FET-Pro430 from Elpotronic and the other is CCS Uniflash.
- The program from Elpotronic isn´t useful for me because i didn´t find a solution to program the MSP430 with external supply, which is necessary for me.
- Uniflash behaves strange too. There is the possibility to open a target configuration ( i´m using the file generated by CCS) . Problem is Uniflash wants to update the Firmware of MSP-FET430UIF. After the update the GUI populates and i could program the MSP, but the result is this :
[09:51:45] Operation Launching session returned.
[09:51:45] Loaded target configuration from: C:\Users\m.burkart\workspace_v6_1\ModeSwitch2\targetConfigs\MSP430F2132.ccxml
[09:52:04] Start operations on multiple programs on the target core...
[09:52:05] Loading program: C:\Users\m.burkart\Desktop\ModeSwitch_v1.2.txt
[09:52:10] MSP430: Loading complete. There were 0 (code) and 0 (data) bytes written to FLASH/FRAM. The expected RAM usage is 0 (uninitialized data + stack) bytes.
[09:52:10] Programs operation finished.
So zero bytes were written ?
Second question:
After the firmware upgrade recommended by Uniflash, i tried to debug the program with Code Composer Studio. CCS told me that i need to upgrade the fimware of the MSP-FET430UIF...
So whats happening there ? Uniflash and CCS6.1.2 are using different Firmware Versions ?