I am trying to use the intelhex file of an application to be used on another target microcontroller. Meaning i have divided the memory in the target microcontroller into Bootloader Section and application section.I am trying to pass the hex file generated for the application from the host to the target microcontroller using UART. Host is the Kinetis KV micro.
I am not able to use the "fopen" command on KDS to open my intel hex file and save it into 8 bit buffers and transmit it to the target for coding in the application area. Is there a way to transmit intel hex files through UARt for transmission and coding on another microcontroller?