Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I would like to convert my two F28M35H52C Concerto .out files (one for ARM, one for C2000) into a single bin file that can be transferred via ethernet with LM Flash Programmer and loaded into RAM and booted. Can someone provide me with some hints on generating that bin file with the two .out files? I've tried using armhex -b on the ARM .out file and that didn't boot so didn't go any further.
My out files are built for loading/running out of RAM and they do run (each blinks a separate LED), but I am unsure they are set for the proper address for the ENET ROM boot mode (TRM seems to say that for that mode a start address of 0x20005000 is required and I'm not sure my cmd file is set up for that). I've already tested that I can transfer a file from LM Flash to the ENET ROM loader, so I just need help generating the proper bin file now.
Thanks,
Paul