IAP Jump to application not working
Hi, I have some problem about IAP.
It's not working application after jump from custom boot.
- MCU : Stm32F446RC
- Board : Custom board
- Boot address : 0x08000000 ~ 0x0801FFFF (128k)
- Application address : 0x08020000 (384k)
- Custom Boot Flash.ld

- Application Flash.ld

- Application system_stm32f4xx.c


- Jump to App code

I got the problem here
- HAL_Init() -> HAL_InitTick(TICK_INT_PRIORITY) -> HAL_NVIC_EnableIRQ(TIM8_TRG_COM_TIM14_IRQn) in stm32f4xx_hal_timebase_tim.c


Anyone have some solution?
Please answer me.
Thanks.
