Question
STM32CubeMX: CRC peripheral missing for STM32F2xx MCUs
Posted on March 04, 2015 at 18:29
Hi all,
I'm using the STM32F205VBT on some boards I developed. Software development is done under Win7/x64 using Eclipse (4.4.1) with CDT (8.5.0), Toolchain is gcc 4.8.4. (arm-none-eabi). My Software Project is created with STM32CubeMX 4.6.0. and utilizes the HAL. Works fine so far, but the CRC peripheral is missing from the configuration tree in CubeMX, when building a configuration for the STM32F2xx family. CRC peripheral is supported for every other MCU family I tested, but is just missing for the one I'm using in this project. Is there anything I could do to include the HAL driver for the CRC peripheral into my STM32F205 project? Best regards, Thorsten #stm32f2xx #crc32 #gzip