srec_cat CRC calculated over hex file doens't match one calculated with CRC peripheral
Hello,
I know this has been discussed before, but following your procedure i am still unable to generate with srec_cat the same CRC of one generated by STM32 CRC hw peripheral.
did you make some other tricks in order to have match between the two CRC calculation over the whole STM32F746G 1MB of flash?
I post my chesum.bat file launched in post compliation
..\srec_cat.exe %1 -Intel -fill 0xFF 0x08000000 0x080FFFFC -STM32 0x080FFFFC -o 06_F746-DISCO-CRC_SRECORD.hex -Intel
