2023-10-24 08:36 PM - edited 2023-10-24 10:17 PM
HI experts ,
May you have a nice day!
this figure is in rm0440-STM32G4 Series Reference manual. STM32F4, STM32F3 have the same TIM.
now I have some question:
1. how can I configure the Modules in the red box, such as selecting x0, 01 or 11?
2. I find CC1E and CC1NE can only enable the OC1 and OC1N output. WHY there are two function position(red box) for CC1E and CC1NE bit? is it something wrong?
Looking forward to hearing from the experts!
Solved! Go to Solution.
2023-10-25 01:46 AM
CC1E and CC1NE are bits in TIMx_CCER, see description of that register in TIM chapter of RM.
The above picture illustrates the following facts:
JW
2023-10-25 01:46 AM
CC1E and CC1NE are bits in TIMx_CCER, see description of that register in TIM chapter of RM.
The above picture illustrates the following facts:
JW
2023-10-25 02:17 AM
thank you very much, this realy surprising!