..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-07 1:29 AM
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-08 1:32 AM
Posted on June 08, 2018 at 10:32
May I ask you for a part of the code with TIM14 initialization (done by STM32CubeMX) and activation (should be done by you in your code), please?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-08 1:50 AM
Posted on June 08, 2018 at 10:50
Your times is not started. To start it in your configuration you should use HAL_TIM_OC_Start_IT(&htim14, TIM_CHANNEL_1). Good place for it is /* User Code Begin 2 */. Additionally I see you have configured 0 in the pulse field of TIM14 (the value to which the timer will compare its current counter value).

- « Previous
-
- 1
- 2
- Next »