2017-01-16 05:29 AM
Hello,
we use the STM32L051C8 MCU and include the stm32l051xx.h in version 1.7.0. (31-May-2016). We can't find any definition for timer7 peripheral. Is there a reason why it's missing? are we using the wrong header file?
Thanks in advance for a short response!
T.Rohde
Solved! Go to Solution.
2017-01-16 05:56 AM
Hi
Rohde.Tobias
,I confirm Jan's assumption: TIM7 is not available in STM32L051C8.
In the reference manual (
), table 'Overview of features per category', you find that TIM7 is available only in products belonging to Category 5..STM32L051x chips belong to Category 3.However you have TIM6 that may be used as a basic timer.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-01-16 05:40 AM
Maybe because TIM7 is not implemented in the 'L051C8?
JW
2017-01-16 05:56 AM
Hi
Rohde.Tobias
,I confirm Jan's assumption: TIM7 is not available in STM32L051C8.
In the reference manual (
), table 'Overview of features per category', you find that TIM7 is available only in products belonging to Category 5..STM32L051x chips belong to Category 3.However you have TIM6 that may be used as a basic timer.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-01-16 06:05 AM
ok thank you all!