User Activity

I have spent a bit of time looking for a solution on how-to deal with BusFault caused by a flash-read ECC event. This is what I would like to share with others in the absence of finding an online solution myself.void fv_flash_eec_test(void){   volati...
Posted on July 27, 2016 at 02:33I have been trying to get the burst DMA working across Timers on the STM32F334 without success. The reference manual has; The burst DMA mode is permanently enabled (there is no enable bit). A burst DMA operation is st...