Resolved! STM32F051 TIM6 "basic" - more registers defined in STM32F051x8.h than RM0091 TIM6 section
Beginning to explore timers in STM32F051 (from DiscoveryF0). I'm starting with TIM6 (basic timer) as I'm looking for nothing more than a periodic interrupt. Before I get started, I'm wrestling with where to find complete register reference for the co...