• wireless alarm code
    Where can I fine code for a wireless smoke alarm for the CC1010 Transever w/8051?
  • wireless alarm code
    Where can I fine code for a wireless smoke alarm for the CC1010 Transever w/8051?
  • RTC ALARM interrupt problem
    i use RTC to generate an ALARM. i have a function that sets the values of ALHOUR and ALMIN. after doing that i call a function (see below) that handles the interrupt initialization. immediately when...
  • problem in RTC ALARM
    hi everyone I'm usig stm32f103 and code below to set rtc alarm every one hour RTC_Alarm_Time.Alarm = 1; RTC_Alarm_Time.AlarmTime.Hours=RTC_Time.Hours+1; if (RTC_Alarm_Time.AlarmTime.Hours>23) {...
  • RTC ALARM interrupt problem
    i use RTC to generate an ALARM. i have a function that sets the values of ALHOUR and ALMIN. after doing that i call a function (see below) that handles the interrupt initialization. immediately when...