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.

Questions about Bootstrap loader

Other Parts Discussed in Thread: MSP430G2444, AM3352, MSP430G2553

Hi, I want update MSP430G2444(Target) firmware using AM3352(Host) via BSL. I have referred slau319i.pdf and

slau319i.zip . In slau319i.zip I am referring "BSL Replicator". To create replicator source file ,The BSL Replicator.pdf says 

But in my case ,the Host is processor and the step 1 says "Use IAR’s IDE to create a MSP430 project for the Host device (BSL Replicator)." which is not possible in processor(AM3352 running with WinCE). So is there anyway to build Host file using processor???(I have replicator.c and converted assembly .s43 file, how to combine those two??)

Is it possible to place converted assembly .s43 file in replicator.c itself, I mean in some array can we place .s43 file data?

  • slau319 use PC side in combination with MSP430G2 LP (or almost any MSP430x2xx standalone device) as BSL master. If you want to somehow replace PC + MSP430G2 LP with AM3352 you must adjust complete code (or at least part you need / use) to AM3352. If I need to do something like this, will chose from my point of view easier way, and write totally new AM3352 BSL, using slau319 as reference.
  • Ok. First i will try this with 2 MSP430G2553 launchpads(one as Host ,one as Target)

**Attention** This is a public forum