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.

CCS: Scripting Uniflash for an add-on BSL routin

Other Parts Discussed in Thread: UNIFLASH, MSP430F1132

Tool/software: Code Composer Studio

Hello,

I am building an electronics with MSP43F1132 which has an external flash storing screens and fonts for an LCD. The flash needs to be uploaded with data only at the first time and later used only as a ROM.

My idea is to upload the data using with a BSL extension downloaded to the RAM of MSP430F1132. This small extension used only for the time of programming the flash. The extension is easily downloaded to MSP with Uniflash and run it. That is clear.

My question is that, can I script Uniflash to read my own datafile and transfer the data to the extension which programs the flash?

Laszlo