LCPXPRESSO 8.0.0: core m0  Intel Hex file and Checksum

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LCPXPRESSO 8.0.0: core m0  Intel Hex file and Checksum

412 Views
ppgg
Contributor I

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

0 Kudos
1 Reply

333 Views
thefallguy
Contributor IV

The m0 does not need the checksum, which is why it is not present

0 Kudos