Hello! Right now I'm working on a custom board that has an MSP430F5529 on it and I would like to be able to put a basic blinking LED program onto my MSP over USB. I'm a little lost in all of the details about USB and BSL. My impression was that the F5529 had some built in USB functionality but I'm not sure how to go about using that functionality to flash software onto my device using CCSv6 and USB. My naive first attempt was to take the basic blinkyLED example for my device, modify the ports so that the correct pin would be used (P5.6 in this case) and try to use debug mode on CCS to send the code over to the MSP. The error I receive is "MSP430: Error connecting to the target: Unknown device." I'm not surprised this doesn't work, but I don't know what path to follow going forward. Would someone be able to give me a set of steps to follow on getting started with loading code over USB? Any relevant E2E threads, documents or guidance are appreciated. As a note, I do have an MSP-FET , but I don't think that's exactly the tool I need here. Thanks! Paul
↧