Posted on November 18, 2015 at 16:51I resolved my problem, I had to enable the interrupt into the NVIC, before activating the WKUP_IT: /* Enable and set RTC_WKUP_IRQ */ HAL_NVIC_SetPriority(RTC_WKUP_IRQn, 2, 0); HAL_NVIC_EnableIRQ(RTC_WKUP_...
Hi Jocelyn,I am also on MacOS and the transfer doesn't start here as well... the ymodem popup view shows up for one second and then disappears without any message.Did you figure out a solution? EDIT: I think the issue might come from the fact that `s...
Posted on February 06, 2017 at 14:33I have the same question here. I read the FIFO containing 624 words based on the INT1 interrupt event (FTH).It works well the first time, I read all the words (I check the FIFO STATUS1 and STATUS2 registers to mak...