Can someone please suggest me a way to build a binary (monolithic?) Image containing the code of both cores of a STM32H745, so that I can copy it with drag & drop in the windows volume "NOD-H745ZIQ (X :)"?
I can run the code for the two cores if I program them separately from the Keil, but I would like to generate a .BIN image to send to my client, who is doing tests on a prototype, with the code for both cores.
I generate the .BIN with the "fromelf" program but it doesn't seem to allow me to merge two AXF files into a single BIN.
I tried to use "srec_cat" to merge the two .HEX but the resulting file, converted to .BIN, becomes a file of about 130MByte! Obviously I'm doing something wrong.
Can someone please suggest me a way?
Many Thanks
Clemente