User Activity

Device is STM32F765VI.I'm using DMA to fill data allocated from DTCM, for some reason this seems to be caching.My understanding is that DTCM doesn't need cache management, help me if wrong here.  If I don't enable the data cache everything works as e...
Using STM32F765, I'm using tim1 with OC toggle.The issue is glitches when I update the ARR value within the Repetition UP ISR.  ARR Preload is enabled, not sure what to look at here.D2 toggles when the TIM1_UP_TIM10_IRQHandler fires, and D3 is TIM1 C...
   Any suggestions as to why power down, then reconnect debugger (JLINK pro) is clearing the TAMP registers to 0?Device is STM32L4P5The clock source seems to be present, it doesn't enter the if statement   if (LL_RCC_GetRTCClockSource() != LL_RCC_RTC...
Please forward vote against forced forum password resets due to expiration. It’s very old school security model.
Is there any known way to detect if a double word 0xffffffff value has been programmed? I’m not seeing any quick way, other than finding out after getting flash error bits set. The bootloader I’m working with checks the sector for all 0xff to avoid e...