cancel
Showing results for 
Search instead for 
Did you mean: 

CMSIS structure register names <> PDF document register names ?

rael
Associate II
Posted on May 18, 2009 at 08:02

CMSIS structure register names <> PDF document register names ?

1 REPLY 1
rael
Associate II
Posted on May 17, 2011 at 13:12

I'm learning C for the first time, in addition to learning the STM32 chip's functionality.

As I test out the hardware on my custom circuit board, I am experiencing great frustration matching registers in sample code, and using the CMSIS structure names, with those in the STM32F101xx and STM32F103xx PDF (the one that's just over 8 MB in size)

As an example, if you look at the TIM_OCInitTypeDef structure, it appears to have some relevance to some of the registers listed at the end of page 213 and the beginning of 214.

However, the names are substantially different, such that searching for a name in the PDF, from a CMSIS name structure uint16 name, or vice a versa leads only to frustration.

How are other people resolving this sort of issue ?

:o