Hello I have a project where I am attempting to use sbdemo with a serial bootloader to download code to an msp4305342.
I use CCSv5 to generate .out and .hex ouptut files however the sbdemo.exe tool uses files in .bin format.
My use case is somewhat unusual because the serial boot loader is actual running on another chip (cc2540) and forwarding the data to the msp430. Since sbdemo.exe and sbl is proven working already I just need to get the data into the correct (.bin) format.
Is it possible to do this with hex430.exe using the -image option?
If yes where can I find a detailed explanation of the hex430 tool?
If no what tool should I use, for example with cc2540 the tool is oad.exe?