2020-06-06 05:26 AM
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.
2020-06-07 07:38 AM
See if my workaround at
applies to your problem.
2020-06-07 07:55 AM
On further thought, a cleaner solution might be to manually manage those function calls, which you can do under Advanced settings