What is the easiest way to port between MSP430G2 Launchpad to MSP430F5 Launchpad?
I've got a code base that is used to drive an e-paper display that runs on MSP430G2 Launchpad and our extension PCB. Now I want to port over to MSP430F3 Launchpad and wondering what the steps are to port between these two platforms.
I use CCv5 and the code is about 800 lines. It uses the SPI bus and USB to communicate with the a PC utility.
Any advice is appreciated.