Skip to main content
Visitor II
October 20, 2024
Question

RTC (LSE) Running very slow

  • October 20, 2024
  • 7 replies
  • 6350 views

We are using STM32G030's internal RTC with LSE. The bypass capacitors we have used as shown in the schematic is 22pf (assuming 1.5pf stray capacitance). The crystal we used has Load Capacitance is 12.5pf. This resulted in the RTC being slow, 1 min per day.

We also tried with 17pf & 10pf the clock was still slow.

When we remove the load capacitors the RTC becomes fast.

So we used HAL_RTCEx_SetSmoothCalib function, which improved the results (2 seconds slow) when we tested at our lab. But when we send it to the field the RTC time again becomes slower by around 20sec per day.

Anything else can we do to improve the results?

    This topic has been closed for replies.

    7 replies

    Graduate
    October 20, 2024

    Crystal is temperature sensitive parts, you said "field", what's the temperature?

    Attached two documents for your reference. 

    Technical Moderator
    October 20, 2024

    Dear @gkg ,

    From

     software point of view : what is the LSE drive level used ? And also if you provide the layout 

    Ciao

    STOne-32

    gkgAuthor
    Visitor II
    October 21, 2024

    Hi, 

    Without soldering any load capacitors, we tried with both low level and medium high the RTC still is fast. 

    Attaching the layout.

     

     

    Super User
    October 21, 2024

    Point of layout is, that the return from capacitors must go directly to the ground pin which is closest to the crystal pins. There must be no shared path with any other grounds. AN2867 illustrates this, read it carefully.

    JW

    gkgAuthor
    Visitor II
    October 21, 2024

    Yes, hence we have used a ferrite bead to separate the crystal ground from the main ground (as shown in the schematic)

    Super User
    October 21, 2024

    I don't see where that separated ground is connected to the processor's VSS pin.

    JW

    gkgAuthor
    Visitor II
    October 23, 2024

    Hi,

    The VSS connection is from the other side of the PCB.

     

     

    Super User
    October 24, 2024

    As I've said: you need to return the capacitors directly and through a path as short as possible, avoiding sharing that path with any other circuitry.

    You can't have the ferrite bead in that path.

    JW

    gkgAuthor
    Visitor II
    October 24, 2024

    Ferrite Bead seems to have worked well for the other PCBs we have designed so far over the years. This time we have change the controller and consequently the layout. As far as this layout goes is there anything else we can do ?

     

    Thanks

    Super User
    October 24, 2024

    I would try to remove FB, and connect the copper area from using a wire directly to the VSS pin on the STM32 (is it pin 5?) or to some via or other ground connection which is very close to that pin.

    JW

    Technical Moderator
    October 24, 2024

    Dear @gkg ,

    is that possible to know your programmer software drive level of the LSE , I do recommmend to use the High drive mode and also to check using another crystal with CL=12,5pF not the same brand . I see on your PCB the size is not very important and the MCU is smaller than the Crystal and caps , so it should work using same footprint . It is really very key to have a balanced CL1 and CL2 in range of 18 to 20pF to have good pullability ( PPMs).

    Regards,

    STOne-32

    gkgAuthor
    Visitor II
    October 25, 2024

    Sure, let me try this with 17pf capacitor and a different crystal. ok?

    Although, I don't think the crystal is the problem, its more to do with the layout I guess....

     

    Nevertheless, let me try this too...

    Super User
    October 28, 2024

    Show (post photo detailed enough to see the exact return path).

    JW