Question
AN4776 question
Hello,
I dont understand in the AN4776, page 66 the following:
/****** Master mode configuration: Trigger update mode *******
/ /* Trigger of TIM2 Update into TIM1 Slave */
TIM1->CR2 &= ~ TIM_CR2_MMS;
TIM2->CR2 |= TIM_TRGO_UPDATE;
why TIM1?
there should have to mask the TIM2 master settings, before setting TRGO update, or i mistake? Moreover the TIM1 have been already set and active.
