Olimex Support Forum

Microcontrollers => MSP430 => Topic started by: Chester Gillon on March 27, 2015, 06:26:10 PM

Title: Unable to program MSP430FR5969 (rev F) using OLIMEX MSP430-DLL drivers 2.007
Post by: Chester Gillon on March 27, 2015, 06:26:10 PM

Using a MSP430-JTAG-ISO-MK2 or a MSP430-JTAG-TINY-V2, with OLIMEX MSP430-DLL drivers 2.007, I have been unable to a program a MSP430FR5969 rev F device. The problem is:
1) CCS 6.1 reports a verification failure after programming.


2) Elprotronic Fet-Pro430 3.3-0 reports a verification failure after programming. On reading back the main memory after a failure the contents is shown as:



=== Information Memory Segments  0x1800 - 0x19FF ======


0x1800:       ------- b l a n k ----(all 0xFF)-------




0x18B0: FF FF FF FF FF FF FF FF   F1 FF FF FF FF FF FF FF | ................
0x18C0:       ------- b l a n k ----(all 0xFF)-------




========== Main Memory Segments  0x4400 - 0x13FFF ======


0x4400:       ------- b l a n k ----(all 0xFF)-------




===== Extended Main Memory Block #1  (0x10000-0x13FFF) =====


0x10000:       ------- b l a n k ----(all 0xFF)-------


The program only contains data in the main memory, but the after a failure to program there is one byte which has been programmed in information data memory, but the entire main memory is blank.


The MSP430FR5969 rev F device can be programmed with a TI MSP-FET430-UIF and the Olimex MSP430-JTAG-ISO-MK2 and MSP430-JTAG-TINY-V2 can program different devices. Therefore, it looks like the Olimex OLIMEX MSP430-DLL drivers 2.007 don't correctly program a MSP430FR5969 device.
Title: Re: Unable to program MSP430FR5969 (rev F) using OLIMEX MSP430-DLL drivers 2.007
Post by: LubOlimex on April 01, 2015, 12:09:49 PM
Hey,

MSP430FR5969 devices are not supported by the drivers yet.

The list of supported devices is published on the web page of the debuggers. It is available here: https://www.olimex.com/Products/MSP430/JTAG/_resources/tiny-v2-supported-mcus.txt (https://www.olimex.com/Products/MSP430/JTAG/_resources/tiny-v2-supported-mcus.txt)

Best regards,
Lub/OLIMEX
Title: Re: Unable to program MSP430FR5969 (rev F) using OLIMEX MSP430-DLL drivers 2.007
Post by: Chester Gillon on April 02, 2015, 01:28:28 AM
Quote from: LubOlimex on April 01, 2015, 12:09:49 PMMSP430FR5969 devices are not supported by the drivers yet.

The list of supported devices is published on the web page of the debuggers. It is available here: https://www.olimex.com/Products/MSP430/JTAG/_resources/tiny-v2-supported-mcus.txt (https://www.olimex.com/Products/MSP430/JTAG/_resources/tiny-v2-supported-mcus.txt)
Thanks for the update. What confused me is that the supported_msp430.txt file in the https://www.olimex.com/Products/MSP430/JTAG/MSP430-JTAG-ISO-MK2/resources/OLIMEX_MSP430-DLL_drivers.zip (https://www.olimex.com/Products/MSP430/JTAG/MSP430-JTAG-ISO-MK2/resources/OLIMEX_MSP430-DLL_drivers.zip) lists the MSP430FR5969 device, which made me think the device was supported.