Other Parts Discussed in Thread: MSP-FET
Hi,
We are planning to create a UART based custom boot loader for MSP430F5325. We cannot use any JTAG lines, we can only use its UART TX and RX pins P3.3 and P3.4. So we are planning to create a custom flash based boot loader which takes bin image from UART and load in to the application area.
Basically we are planning to create a code with UART to take date and flash it into the application area. This will acting as boot loader code and after updating it will jump into the application area.
The linker file of the BL will be only in FLASH location : origin = 0x4400, length = 0xBB80 and our application code linker file will be only in FLASH2 : origin = 0x10000,length = 0x4400.
We have seen some BSL scripter and custom BSL examples, so please let us know how we can use those in our application and it seems like it is using some pins in JTAG which we cant use in our application. So please let us know your thoughts on the above method and let us know if there is any risks.
Thanks
Rahul