Other Parts Discussed in Thread: MSP430WARE, MSP430F5528
I canont correclty read memory using CCS v5.1 How can I do this? Here is my setup:
Microsoft Windows XP Professional Version 2002 Service Pack 3
Dell Latitude E6410
Code Composer Studio Version 5.1.0.09000 (as seen from add/remove programs menu, "Click here for support information.")
MSP-TS430RGC64USB development kit
MSP-FET430UIF programming tool (with firmware upgraded by concent using CCS version above)
MSP430F55XX_1 code example (toggle LED)
C:\TI\msp430\MSP430ware_1_00_00_00\examples\devices\5xx_6xx\MSP430F55xx Code Examples\C\MSP430F55xx_1.c
MSP430F5528 Rev. E device used in kit
I want to read the data in this range of memory (the descriptor tag-length-value (TLV) structure):
0x1A00 start address
0x1AFF end address
I successfully read the memory using this setup:
Microsoft Windows XP Professional Version 2002 Service Pack 3
Dell Latitude E6410
Code Composer Studio Version 4.2.4.00033
MSP-TS430RGC64USB development kit
MSP-FET430UIF programming tool (with firmware not upgraded by CCS 5.1)
MSP430F55XX_1 code example (toggle LED)
MSP430F5528 Rev. E device used in kit
I have attached the results from both CCS 5.1 and CCS 4.2.4 from the same device running the same program. Why are the results different? The results from CCS 4.2.4 look correct. The results from CCS 5.1 do not.
Additinally, in CCS v5.1, I'd like to save the memory in a format of one byte per line. I can do this in CCS 4.2.4. See the attached memory dump. I dont know how to do this using CCS v5.1 Please advise.
Until I can do this, I cannot migrate from CCS 4.2.4 and I will not recommend customers to fully migrate ether.