2019-08-07 06:14 PM
I am trying to use the hardware peripheral on the STM32F030 to calculate a 16-bit CRC for a modbus RTU application. But I don't know how to do it.
2019-08-07 06:26 PM
See [ATT]4016 document at the bottom here
https://community.st.com/s/global-search/modbus%20crc
Was from old SPL, but should be portable
2019-08-07 06:39 PM
I need STM32F030 config for CRC16. I try config register for CRC ,but I can not getting the right results
2019-08-07 06:50 PM
The F030 doesn't support the programmable modes, use the software examples.