using the CRC calculation unit in STM32F205
Posted on October 27, 2014 at 22:47I need to do a CRC calculation. So I want to use the CRC calculation unit in the MCU.It is pretty easy one. Just active the CRC clk and then invoke word into CRC->DR .I want to see if it work O.K. so I reset it to ...