Hi,
I have FRDM-K64 and would like to implement CRC check of FW in boot-loader.
I have go through the bootloader code and found that bootloader already has feature of this and we just need to update BCA configuration written in application.
I have updated linker file to have BCA area in flash yet I am not able to find a way to update crcStartAddress,crcByteCount,crcExpectedValue in BCA area automated or with any post script in MCUXpresso.
Please help me.