Hi, I have a requirement where i need to store a binary file inside Microcontroller's internal flash, which i need to send serially to a module connected on UART later in the main application execution.
In this i came across some options where i convert my binary file in to hex, merge that hex file with main application hex file and then load it on the controller via a programmer,but i am not much clear about the option so left it aside. ISP is Not possible due to fixed system architecture. Can anyone suggest option by which i can achieve my requirement?
Thanks indeed, Dixit