User Activity

This from a project I've been building color display output blogged here:https://medium.com/@adambillyard/experiments-in-hard-realtime-35136ed79398
Set up TIM4 to generate a hsync pulse of 2us RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); TIM_Cmd(TIM4, DISABLE); TIM_TimeBaseInitTypeDef timerInitStructure; timerInitStructure.TIM_Prescaler = 0; timerInitStructure.TIM_CounterMode = TIM_...
Kudos from