Other Parts Discussed in Thread: MSP430F5529, MSP430F5510, MSP430F5438A
Hi Everyone,
I downloaded the USB Keyboard code for MSP430 from here: http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/USBKBD_430/latest/index_FDS.html
The original project setting was for MSP430F5510. But I want to test the code on the MSP430F5529 USB Experimenter’s Board. So, I imported the project into CCS v5.1.0 and changed both the "Device Variant" and "Linker command file" settings to MSP430F5529 on the Project -> Properties -> General setting page. I was able to compile the code successfully but when I tried to launch/debug it, I got the following error:
MSP430: File Loader: Data verification failed at address 0x00000000 Please verify target memory and memory map.
MSP430: GEL: File: C:\ti\msp430\SLAA514_SW\CCS\Debug\USB_kbd.out: a data verification error occurred, file load failed.
What other changes do I have to make to the project settings/code to make it work?
Thanks
Binh