Crystal and Capacitor Select for STM32H743VIT6
Hello,
I want to design a PCB with STM32H743VIT6 MCU. But I am not sure how can I choose crystal and capacitors properly. In STM32H743VIT6 datasheet there is one section about this topic;


according to this information should I take the Cstray value as a10? (Many other documents suggesting 3-5 pf)
so if I choose 16MHz 12pf Capacitor my values are gonna be like this;
CL = 12pF
Cstray = 10pF
C1 and C2 load caps,
Formula : CL(crystal)=( (CL1 * CL2) / (CL1 + CL2) )+Cstray
CL1 = CL2 --> C
12 = ( C / 2 ) + 10pF
C values are should be 4 pF instead of 12pf in the circuit ?

