Other Parts Discussed in Thread: MSP430F2252
Details:
Code Composer Studio Core Edition - Version: 4.0.1.01001
MSP430F2252
I have found an issue with the linker file and device behavior. Hopefully someone can explain what is going on. Whether it is the program or me. If I specify a fill value in the linker file - the ram value will read incorrectly in the console window when debug mode is entered. For example: If I put the fill definition " FLASH : origin = 0xC000, length = 0x3FDC, fill = 0x4646" in the linker file I get a report from the console at download of: "MSP430: Program loaded. Code Size - Text: 196 bytes Data: 16168 bytes". If I remove the fill definition I get 2bytes. The fill value does not matter. Along with the incorrect console output - I am getting incorrect constants loaded into variables (at least that is what it looks like). This error is not reliably repeatable.
Any ideas. I will attempt to attach a simple project to reproduce the behavior.
Thanks.