User Activity

hello ST users, i was trying to merge bootloader bin file and application bin file any possible solutions please help me .
 MX_GPIO_Init(); MX_USART2_UART_Init(); /* USER CODE BEGIN 2 */ HAL_NVIC_SetPriority(FLASH_IRQn, 0, 0);  HAL_NVIC_EnableIRQ(FLASH_IRQn);  /* Unlock the Flash Program Erase controller */  HAL_FLASH_Unlock();  /* Enable Power Control clock */  __HAL_RC...