2011-09-25 05:43 PM
I noticed this in the user manual. It also applies to the ARR and CCRx registers.
2011-09-27 08:05 AM
What I know as ''value line'' uses this manual where there are no ''two line register'' for T2
RM0008
Reference manual
STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx
and STM32F107xx advanced ARM-based 32-bit MCUs
Erik2011-09-27 08:31 AM
Try this one:
2011-09-27 09:03 AM
Rene is talking about the STM32F100xx manual, which does cryptically mention a 32-bit register set for TIM2, but only in the register descriptions. Everywhere else in the document it talks about 16-bit registers, and the library code does not special case TIM2 in any releases I've seen.
It looks like it would be pretty easy to confirm/deny/validate if one bothered to poke at the registers, and stick a scope on the output. Release 4 of the manual does not have the same TIM2 32-bit reference, but older ones do. Current RM0041 RM0041 rel 3 from the internetshttp://www.galexander.org/stm32/stm32f100x-RM.pdf
2011-09-27 09:28 AM
Looks like someone did a quick copy-and-paste from the STM32F20x UM.