2016-02-22 10:16 AM
Combined Reset + trigger''
mode cannot be reached using the available menu items whereas ''reset mode'' or ''trigger mode'' are available.
It could also be that the encoder modes are not available as well. #stm32f7xx-stm32cubemx2016-02-24 04:41 AM
Hi jose.luu,
I confirm that the mode ''Combined reset + trigger'' for a slave timer is missing.This is a bug that will be fixed soon.Sorry for any inconvenience this may cause for you.-Mayla-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.
2016-02-27 05:47 AM
Thank you.
May I suggest that you make a provision for user code inserted at the end of the generated function, this would allow to complement the missing bits:void MX_TIM1_Init(void){... generated code ... /* USER CODE BEGIN MX_TIM1_Init1 */ /* USER CODE END MX_TIM1_Init1 */ }