User Activity

Hi,how to enable UP under interrupt (as shown in figure), while setting us TIM1 in MATLAB.my simulink file as below. Project config file
My bootloader starts from 0x08000000 and my application starts from 0x08004000. After i flash the application through UART I jump to my application using the code below. HAL_UART_DeInit(uart_handle); HAL_RCC_DeInit(); HAL_DeInit(); SysTick->CTRL = 0;...