Hi,
We are looking to use nRF5340 device in our new design. We need RTC (Real Time clock) feature with this design.
Does nRF5340 device support RTC (Real Time Clock). nRF5340 supports only Real Time counters.
Best Regards
Ishwar
Hi,
We are looking to use nRF5340 device in our new design. We need RTC (Real Time clock) feature with this design.
Does nRF5340 device support RTC (Real Time Clock). nRF5340 supports only Real Time counters.
Best Regards
Ishwar
Hello Ishwar,
It may be possible. What do you intend to do implementing Real Time Clock in your design? A little bit details information is helpful.
Thanks.
Best Regards,
Kazi Afroza Sultana
Hello Ishwar,
It may be possible. What do you intend to do implementing Real Time Clock in your design? A little bit details information is helpful.
Thanks.
Best Regards,
Kazi Afroza Sultana
Hi,
The RTC (Real Time clock) is needed for time and date.
Best regards
Ishwar
Hi,
Can you please update here.
Best regards
Hello,
Sorry for late reply. Since we do not have any peripheral for Real Time Clock ((+) RTC real-time clock - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)) so RTC is just a low power counter which cannot keep track of time during resets/power outages.
If you are thinking of using an external device, can have a look at this driver (3231) specific API RTC — Zephyr Project Documentation (nordicsemi.com). You have to implement by yourself.
There is a previous case (devzone.nordicsemi.com/.../using-nrf_connect-zephyr-with-the-comparator-interrupt) that may give you some relevant idea. There is no zephyr driver for that. So, you need to use nrfx driver instead (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/comp/driver.html).
Hope it helps. Thanks.
Best Regards,
Kazi Afroza Sultana
Hi
Thanks for reply.
There is one more question here.
Do we need external pull up resistors on I2C signals (Data and Clock) with nRF52840 device?
Best regards
Hello,
You can add external pull up resistor if you want. However, according to design, it is not necessary. All our pin has internal 13Kohm. This actually can restore the signal to high when no device is asserting it low.
BR
Kazi