Using the STM32H745I-DISCO and I want to Monitor Bank 1 CRC using the M4 processor. Is there a good reference or example I can use as a starting point?
..
..
I just has to read the memory, materially similar code will run on either core, the FLASH is dual-ported. You can do the CRC in software or use the hardware one. Although that might not share well, the HW is typically not multi-threaded and there's a single instance.
STM32Cube_FW_H7_V1.10.0\Projects\STM32H745I-DISCO\Examples\CRC\CRC_UserDefinedPolynomial\CM7\Src\main.c
STM32Cube_FW_H7_V1.10.0\Projects\NUCLEO-H743ZI\Examples\CRC\CRC_Example\Src\main.c
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.