I am using this code:void main(){CLK_RTCClockConfig(CLK_RTCCLKSource_LSI, CLK_RTCCLKDiv_1);CLK_PeripheralClockConfig(CLK_Peripheral_RTC, ENABLE);RTC_WakeUpClockConfig(RTC_WakeUpClock_CK_SPRE_16bits);RTC_ITConfig(RTC_IT_WUT, ENABLE); <================...
Hi,I need clarification of errata, "Interrupt service routine (ISR) executed with priority of main process".I don't understand in which cases this limitation can occur.I don't understand why the workaround used for STM8S (put a SIM instruction at the...
Hello,I had to copy a project that was built on another system in ST visual develop to my PC. I am able to open this workspace (.stw) and project (.stp) in my PC and build successfully. But, when I try to use the "Go to definition" feature or search...
Hi Team,I need some help to understand what I am doing is correct or wrong. A required guide from ST's expert Basically working on RTC temperature Drift compensation, so I have referred the RTC temperature compensation APP document from ST's The link...