Hi,
I am trying to port the MSP430F552x_USB BSL example from IAR to CCS4. I unfortunately am not having much success. I am using the MSP430F5507 and have successfully loaded the MSP430F552x_USB BSL from IAR, but I have done all of my other development in CCS4 and would like to port it over. If I try and debug the BSL code in CCS, the code hangs on the crystal detect timer function in PI_Init(); located in BSL430_USB_PI.c. If I remove this function the code will hang further down the line on another clock associated function. Seems to me that the clocks are not being dealt with properly. Have yet to figure this out.
The only file that I have not ported over is the cstartup.s43 and I was wondering how to work with this file in CCS4 since it does call libraries that are, as far as I am aware, specific to the IAR compiler.
Has anyone had any success porting a custom USB BSL to CCS, or am I chasing my tail?
Any help would be great,
Thanks,