Hi Team, I'm trying to get "MSP430_ bq26100 " from the following zip file to work on a MSP430G2553 because that is the only board I have available. I am using CCSv4 because CCSv6 didn't have "rts430.lib" http://www.ti.com/analog/docs/litabsmultiplefilelist.tsp?literatureNumber=slva413a&docCategoryId=1&familyId=412 My issue is.... that the code builds successfully but when debugging which sends the code to the MSP430G2553 , I get the following : MSP430: File Loader: Data verification failed at address 0x00008000 Please verify target memory and memory map. Error found during data verification. Ensure the linker command file matches the memory map. I believe the issue stems from the memory map which is the "lnk_ msp430f2370 .cmd" which is set for the msp430f2370 and not the MSP430G2553 . But I have no clue where to go from there. My issue is how do I fix this? Is there a work around?
↧