All pastes #649605 Raw Edit

Something

public text v1 · immutable
#649605 ·published 2007-08-08 07:52 UTC
rendered paste body
#define RTC_BASE_ADDR           0x53FD8000
#define RTC_DAYR                (*(volatile long*)(RTC_BASE_ADDR+0x20))

RTC_DAYR = 2775;
printf("RTC_DAYR: 0x%X", RTC_DAYR); // Seems to always output 0.