Hi I'm using LPCXPRESSO 8.0.0 and I'm generating Intel Hex files for a dual core application using LPC4357.
The intel hex file is correctly generated with the post build instruction:
arm-none-eabi-size "${BuildArtifactFileName}"
arm-none-eabi-objcopy -v -O ihex "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.hex"
Inside the Intel Hex file, the checksum is correctly present in the M4 code while it is not present in the M0 code.
Is there a way to have it for the m0 core?
Thanks
Pietro
The m0 does not need the checksum, which is why it is not present