TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (403 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (130 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (140886 times)
  2. FAT32 Library (73482 times)
  3. Network Ethernet Library (58268 times)
  4. USB Device Library (48465 times)
  5. Network WiFi Library (44077 times)
  6. FT800 Library (43631 times)
  7. GSM click (30522 times)
  8. mikroSDK (29252 times)
  9. PID Library (27196 times)
  10. microSD click (26888 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree

Rating:

0

Author: Hurtz Hurty

Last Updated: 2011-08-19

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 2169 times

Followed by: 1 user

License: MIT license  

This little project shows how to:

=> Set Time & Date (with unlock procedure & starting up the sec.osc.)
=> Read Time & Date - Transform the BCD-coded values into a string
=> Print it on the TFT

It's loop-dependent and not driven by a Timer.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree" changes.

Do you want to report abuse regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

Application of TMR0 in PIC16F877A

0

This is a basic project for beginners. In this project, a LED is tied with the second pin of port B of GPIO. It toggles between on and off stage by using TMR0. And simultaneously it also toggles two LEDs which are tied to RC6 and RC7 pins by means of software delay.

[Learn More]

RTC support (STM32)

4

Main methods for RTC support. Start RTC on LSE/LSI, Get current date and time Set current date and time

[Learn More]

Simple digital clock with seven segment and DS1307

0

Digital Clock using a PIC microcontroller & RTC DS1307. Here we can use a suitable PIC microcontroller that is available in the market or in our lab.

[Learn More]