Hi Everyone,
Hope you all have good health and doing well...
We are currently working on PN7462 chip and MCUXpresso IDE v10.2.0. In release mode .axf file is not get created normally even very first, as it normally happens in debug mode. We try default as well as customised post build configs but .axf not generated.
Some of post build configs we tried are as follows:
arm-none-eabi-size "${BuildArtifactFileName}"
arm-none-eabi-objcopy -v -O ihex "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.hex"
checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.hex"
arm-none-eabi-size "${BuildArtifactFileName}"
arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"
arm-none-eabi-objcopy -O ihex "${FileName}" "${FileBaseName}.bin"
arm-none-eabi-objdump --line-numbers --disassemble "${BuildArtifactFileName}" > "${BuildArtifactFileBaseName}-disassembly.txt"
checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"
One more Issue we are facing with launch config is that even below mention file already there, it creates another same config like NfcrdlibEx1_BasicDiscoveryLoop LinkServer ReleasePN7462AU(1).launch , Is there anything wrong ? Instead of updating previous config why creates another
NfcrdlibEx1_BasicDiscoveryLoop LinkServer ReleasePN7462AU.launch
Please reply as soon as possible.
Thank you & Regards
Amol