Part Number: MSP430F5438A
Tool/software: TI C/C++ Compiler
I am using MSP430F5438A. The CPU can be connected to PC by BSL interface for firmware upgrade needs. I want to use this communication interface for another needs too. How can i implement custom communication interface? For example, wait and read command on MSP application and send back any data using BSL UART interface. How can i invoke Read BSL Uart and Write BSL Uart commands from MSP application? Do i need to write custom BSL loader that combines both upgrade and custom protocol? Or standard BSL can be used.
Thanks.