HI
I want to perform an upgrade to my DSP firmware through UART . I used EVM6424 and it's connected to MSp430 via UART . we decide to send firmware from PC to MSP and then to DSP via UART. I want to learn more about how to write this firmware to flash ( parse the file and write each section to it's flash location ) . I already perform firmware burning using flashburn utility ( from software design solution ) and perform erase/write/read of array of data to flash.