Other Parts Discussed in Thread: MSPBSL
Tool/software: Code Composer Studio
Hi!
Recently I was given the task of figuring out how to program a project that has a HC-05 Bluetooth module connected to the RX and TX ports in a .MSP430g2553 .
The MSP is already welded in the board and also very small for it to be programmed through the launchpad, so it is supposed to be programmed using the HC-05.
My approach so far has been connecting the HC-05 module to the computer, then figure out the COM port and try to program selecting UART instead of the conventional USB options, but it always freezes when 'Launching debugging session' (even in different computers). I think it's because I can't debug without the launchpad (I don't really know), so then I saw that I can flash it, but at this point I'm really lost.
Do I need to use another program? A different configuration in CCS?
Any suggestions are welcomed. Thanks!