/** ****************************************************************************** * @file : iap.h * @brief : Header for iap.c define . * This file contains the common defines of the application. ****************************************************************************** * @attention * * Copyright (c) 2025 STMicroelectronics. * All rights reserved. * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __IAP_H #define __IAP_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32l4xx_hal.h" #include "global_def.h" #include "stm32l4xx_hal_flash.h" #include "stm32l4xx_hal_flash_ex.h" ///