2014-06-23 09:01 AM
Hi everyone,
I'm starting to use the brand new STM32F072 and I'm very satisfied of it. However I'd like to use the CRS to synchronize the clocks of two micros on the same board, but I can't find any example or guideline. Do anyone knows were I could find a little more documentation about this peripheral? #crs2014-06-24 02:29 AM
Hi Simone,
In thehttp://www.st.com/web/en/catalog/tools/PF260612#
, there are 2 examples using CRS with STM32072B_EVAL board. You can find them under STM32Cube_FW_F0_V1.0.0\Projects\STM32072B_EVAL\Examples\RCC (RCC_CRS_Synchonization_IT & RCC_CRS_Synchonization_Polling). If you are not using this eval board, you can generate your own project with CubeMX based on the hardware you have then update it as done in the examples. Best Regards -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.