Question
Add user code region between peripherals configuration and 'MX_NVIC_Init'
Sometimes, I have some code need run after 'MX_GPIO_Init()' but before 'MX_NVIC_Init()', but there is no user code region at here. I often encounter the situation, that some peripheral initialization need gpio inited first, and then enable the interrupt.
Thanks.
