stm32l051xx.h TIM7 missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-16 5: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-16 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-16 5:40 AM
Maybe because TIM7 is not implemented in the 'L051C8?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-16 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-16 6:05 AM
ok thank you all!
