Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Nick

#1
Off-Topic (Read Only) / Writing to EEprom
February 10, 2006, 12:59:44 AM
Hi,

I am programming LPC932 in assembly using Keil uVision V2.40a. My application is countng 500hrs and giving a output high for 10 seconds.
I am using timer0 for generating 1 second, and i am counting 500hrs - 167740. For this i am using r0 to give increment after 40h, and a timer1(counter) for giving overflow tr1 at 1677h. I am using timer0 again to give 10 seconds output hold. I want HELP to program EEProm to store data(ro and Timer1) in the event of powr fail using Brown out detect BOF flag. And the data should be loaded when power returns using POF.

Thanks and regards,
Nick