Question
STM32F107 bootloader with CRC check of bin files
Posted on July 17, 2012 at 16:38
Hi,
I've implement bootloader IAP with UART. the code run without any problem and I have software upgrade support to my project. I'm using IAR for ARM v6.40.2, I've tried to use the Linker configuration to generate bin files with CRC, and to check them in the bootloader using the CRC module of the STM32F107. unfortunately I'm not getting any match between the results... there's a simple way add CRC support to the bin files and to verified them using STM32 CRC module? thanks for your help! #stm32f107-bootloader-crc