HEX file with 32 Byte data line
Hi,
my post build command produces the following output with 16 Byte per data line:
:020000040802F0
:1000000000000120E9C00008593D0008CD3D00086E
:100010001D3E00081F3E0008213E000800000000B1arm-atollic-eabi-objcopy.exe -O ihex --gap-fill 0x00 --pad-to 0x08019000 "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.hex"
I want to have 32 Bytes in a data line e.g.
:020000040802F0
:2000000000000120E9C00008593D0008CD3D00081D3E00081F3E0008213E0008000000002F
What additional flag can I use to change this?
Thanks in advance
Martin
