Other Parts Discussed in Thread: MSP430F5659
I have just started working on a custom bootloader for my MSP430F6638 design and am looking at using the BSL-Scripter software. Using the IAR IDE I usually generate an extra output file in intel-extended format for device programming. It seems the BSL-Scripter does not support the extended format as I get the following error: [ERROR_MESSAGE]Record type is not valid for the Scripter!
I am able to get the scripter working with the intel-standard format which is fine for small programs that just reside within the 16bit address space. However for larger programs needing to be programmed in 32bit address space the Intel-Extended option needs to be used.
I am just wondering if there are there any plans for the BSL-Scripter to support the Intel-Extended format in the near future?