有谁知道MSP430f149与msp430f249的区别,因为249可以用grace配置,想用249编程,还有CCS可以支持BSL吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
有谁知道MSP430f149与msp430f249的区别,因为249可以用grace配置,想用249编程,还有CCS可以支持BSL吗?
I don't think that CCS supports programming the MSP430 using BSL - it would expect you to have a programming tool like the MSP-FET430UIF that would allow you to do programming as well as debugging (setting breakpoints, etc).
If you just want to program a binary image into the MSP430 over a UART interface (using the BSL), then I recommend using the command line utility that comes in the software download with this app note: www.ti.com/lit/pdf/slau319 Code:www.ti.com/lit/zip/slau319 For the F249 device you'll find the utility inside the slau319 zip file at BSL_Files/Deprecated/BSL_DEMO/EXE. You can run BSLDEMO2.exe and use it to load a TI-txt format binary image that you've already generated using CCS:http://processors.wiki.ti.com/index.php/Generating_and_Loading_MSP430_Binary_Files#Using_CCS