LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "rtc"
Post a new Thread
chetan_r_prabhu - Nov 20 2009
Hi there,
Iam trying to read from RTC_SEC register and update the same value to the LED's which are connected to the LED's that are interfaced to P2.0 to P2.7(Keil MCB2300 eval.... 
rtstofer - Nov 13 2009
--- In l...@yahoogroups.com, "raju_nem" wrote:
> Here is the flow of code.
>
> Main()
> {
>
> /*UART0 interrupts occures*/
> }
> UART0_isr()
> {
>
> ... 
Mukund Deshmukh - Nov 12 2009
> here i am able to download the zip file inside the Folder(folder name is
> RTC(rtc interrupt)).Have u installed "winrar" which can zip or unzip the
> files.
>
Downloa... 
mjbcswitzerland - Nov 7 2009
Hi All
I have just build 3 boards with the LPC2103 on them and found the following problem (identical on all 3 boards):
- P0.2 and P0.3 can be configured as inputs (they are th... 
kevin_townsend2 - Nov 6 2009
I was wondering if anyone here has any concrete experience with how long you can expect a (decent quality) CR2032 to work connected to RTXC/VBAT on something like a 2148? I was us... 
jcdmelo - Nov 4 2009
Stijn,
Here's my $0.01 worth of advice:
- follow Richard's advice on writing your own %$#@_f I/O routines based on K&R examples
- here's my version for an scanf-like rou... 
raju_nem - Nov 3 2009
RTC is working fine as long as power is on.When remove the power and take time and again giving power,RTC is started running with time where i remove the power.It means not sho... 
raju_nem - Nov 2 2009
This is the code for RTC,i am trying to printing the HOURS,minutes and seconds by reading the HOUR,MIN and SEC time counters of RTC.I am getting zero even i am setting the time by ... 
raju_nem - Oct 31 2009
i am using only one isr_routine that is RTC,no other isr routines in my code.Even with this isr routine also,is not called.At this initialization part only struck up.I am posting t... 
raju_nem - Oct 28 2009
HI
i need to use rtc of lpc2148.For every sec, i need to send the time to Hyperterminal.I am using gcc compiler.i searched sample codes.Those are
not working.Any one wo... 
mjbcswitzerland - Oct 19 2009
Not exactly the same topic but still RTC related.
I am wondering what is the difference between the following count increment interrupts?
- day of week
- day of month
- day o... 
kevin_townsend2 - Oct 8 2009
I should get a few samples of the LPC1313 and LPC1343 tommorow from Digikey, and was just finishing off a simple board to test them out. I've added JTAG, and broke out most of the... 
ajellisuk - Oct 5 2009
Hi
I'm probably missing something subtle here, but inmy application I have a keypad controller IC (MAX7359) with it's interrupt output connected to EINT3 on my processor (LPC214... 
"Wagner Loebel (GMAIL)" - Oct 3 2009
Hi everybody.
I'm Wagner, I'm from Brazil. This is my first post here, I'm starting w=
ith ARM7 (I bought a board from ETT -Thailand with LPC2368) and I amazed wi=
th this... 
tclarke1 - Sep 18 2009
I am using the LPC2478 device which has the ability to use the RTC xtal as the PLL input to derive all the clocks, as opposed to using a separate external osc. Is there any downsid... 
Nico Christie - Sep 11 2009
Hi, I'm writing some code to make use of Power Down mode and wake up using
RTC alarm interruptions (with INTWAKE bit 15 set), but came across a little
problem. After waking up, a... 
henrym_33 - Sep 10 2009
I managed to get everything working on my Vista 64 machine. It took a few sorta painful days working with the openocd.cfg and gdb init scripts but now I'm able to remotely debug, s... 
jfpeyre - Sep 10 2009
--- In l...@yahoogroups.com, jtd wrote:
>
> On Thursday 10 September 2009, kevin_townsend2 wrote:
> > I was working on a solar power supply that will switch to battery ba... 
samjith_wasim - Sep 9 2009
Hello guys,
I have a doubt in RTC driver of LPC2368 . After the Setting the Date and Time is there any provision for Locking up the Registers of RTC so that no one can change th... 
"hen...@ymail.com" - Sep 7 2009
This issue was partially covered Nov 3, 2008
8:48 pm but I have further questions:
In the errata sheet, the PCONP register is mentioned and I'm supposed to clear the PCRTC bit ... 
kevin_townsend2 - Sep 6 2009
I've been looking at a variety of schematics for an LPC2103 board I was working on, and it I've seen RTCK on the JTAG port pulled both high and low on different schematics. I pull... 
alexander_ribero - Aug 28 2009
Hi:
Note that the bit 3 of PINSEL10 is read from RTCK signal in the JTAG connector at reset time, and that is recommended to have a 10k pull-up resistor on this pin. This could ... 
gmpundlik - Aug 20 2009
The LPC2132 datasheet itself says:
"If the RTC is used, VBAT must be connected to either pin V3 or an independent power supply (external battery). Otherwise, VBAT should be tied... 
anilupretidae - Aug 16 2009
Hi all
I was just wondering why there is no VBAT pin and Crystal inputs in LPC2129. If there in RTC on chip then Battery backup and crystal is a must. Can you pls help me understa... 
anilupretidae - Aug 16 2009
Hi all
I was just wondering why there is no VBAT pin and Crystal inputs in LPC2129. If there in RTC on chip then the Battery backup and crystal is a must. Can someone pls help m... 
"joris.mushrooms" - Aug 5 2009
Hello everybody,
I'm interested in LPC24xx and i'm currently working on RTC feature. My aim =
is to keep RTC running when my system is plugged off, so i need to determin=
e ba... 
samjith_wasim - Jul 27 2009
The I2C Protocol which you have sent is fine ,
Coming to the Vectored Interrupt Controller Initializations , I have compared the init part of your coding with mine . Just ... 
samjith_wasim - Jul 25 2009
The I2C Protocol which you have sent is fine ,
Coming to the Vectored Interrupt Controller Initializations , I have compared the init part of your coding with mine . Just Check ... 
Gopalakrishnan - Jul 21 2009
Hi
I am developing a board using the LPC2378 ARM microcontroller.I am using
the Keil Uvision3 as the compiler.
The whole system works perfectly with internal 4Mhz all
UART's,... 
Gopalakrishnan - Jul 21 2009
Hi
I am developing a board using the LPC2378 ARM microcontroller.I am using
the Keil Uvision3 as the compiler.
The whole system works perfectly with internal 4Mhz all
UART's,... 
stevech11 - Jul 12 2009
Olimex says, in their LPC2106 board document
"Important: when JTAG is enabled P0.18-P1.31 ports take their JTAG alternative function no matter of PINSEL register value, so during... 
Jonathan Masters - Jul 8 2009
A word of thanks for the suggestions for the problems with the board.
It wasn't the chip, and OCDRemote was already running at -s7.
The DBG link on the OLIMEX board was made,... 
"S.R.Sasi Kumar" - Jul 8 2009
=A0
Hello all,
=A0
I am using LPC2468 in my application wherein i wanted to initialize my RTC =
during the application startup. Before initializing the RTC i must check wh... 
Daniel P - Jun 22 2009
Hi all,
I got a RTC issue on the LPC2478,
when the device resets the time and date is ok,
when power is cycled the time is still ok but date is corrupt,
data sheet for RTC sa... 
Walter - Jun 12 2009
I'm trying to used the Battery RAM area to save data during power off. I have Vbat connection and RTC works fine, but the Battery RAM does not hold the data. Area is 0xE0084000 - 0... 
tayyaba_ch - Jun 3 2009
Hi
i am working with LPC 2368 and using 32k external crystal for RTC and cell as
RTC power supply.
RTC is working fine, i can set and read RTC successfully, but some times it
r... 
tayyaba_ch - Jun 2 2009
Hi
i am working with LPC 2368 and using 32k external crystal for RTC and cell as RTC power supply.
RTC is working fine, i can set and read RTC successfully, but some times it res... 
=?koi8-r?Q?=F7=C1=C4=C9=CD_=F0=CF=D0=CF=D7?= - May 29 2009
Greetings, Alex.
Excuse that did not answer, left far.
Coming back to our talk on RTC wakeup has made the following:
I start RTC
RTC_ILR=0x03;
RTC_CCR=0x11;
RTC_CI... 
prab...@yahoo.co.in - May 28 2009
Hi all,
I am working on LPC2101 for past 4 months.
I am facing one unexpected behavior when put LPC in to Powerdown mode
long time and wakeup using RTC Alarm.
Sample c... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
next