This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding binary file to c project

I have 2 devices each with their own code and bootloader. I am using STM32F4 discovery boards.
Both these boards communicate with each other throudh I2C. I want to add the binary of one project code into another so that i can update the firmware of one device from another. How can i do that?? Help me out. Thanks in advance