Posted on January 17, 2016 at 22:04
Hello. I am having a bit of a problem using the RTC in the STM32F4-DISCOVERY board. I am using the HAL libraries, and have configured the RTC using the LSI based on a number of examples I found online. Basical...
Posted on January 18, 2016 at 15:18Solved this, but didn't really understand how. I enabled the BYPSHAD bit in the RTC CR to access the registers directly, not through the shadow registers and it started working. I think the shadow registers were no...
Posted on January 18, 2016 at 15:02A little update. Only when I am watching the registers in the KEIL debug peripherals viewer it works. Otherwise the RTC stops.
Posted on November 29, 2015 at 20:31Can someone please point me in a direction on to to implement the bulk transfers? Ive read the USB MIDI but Im completely lost on how to implement this...