In Reference manual, RMS32G3 Rev 4, Section 69.6 Programming Guidelines:
In Code (Mcu_TS_T40D11M40I2R0/src/Clock_Ip_Monitor.c)
I'm not sure where in the reference manual to include 80 as a choice for the reference count and also why they chose 9 instead of 8 in the second equation. Should the reference manual be updated or the code? Can anybody help clarify this? Thanks
Casper
Hi @CasperQian ,
From my point of view, as you can see in the formula: it contains celling of, this means if the result is 8.1, it return 9. For this reason, 9 used instead of 8.
From RM, 80 chosen as minimum reference count in RCCR follows this:
Best regards,
Nhi