Other Parts Discussed in Thread: MSP430F1121, MSPBSL
Hi,
I am working on a piece of test equipment that will need to program a MSP430F1121 by using the bootloader. We have done this for many years going straight from a computer to the MSP430 and wrote a collection of dlls to do this. However, now we want to download the code file to the embedded ARM. Then, the ARM will start the bootloader and program the MSP430. It would be great if there were a set of functions that I could use for this. I've looked at the code that comes with slau319 and that's helpful but is designed to run in a windows app. I recently did this for a Cypress PSoC using this same ARM processor via I2C. All I had to do was to provide definitions for 4 functions: open, close, read, write and then just pass a pointer to the code to be programmed.
Anyway, I hope this makes sense. Anybody aware of this being available?
Thanks.
Mike