Resolved! Trouble to locate data section in flash (STM32F207)
Hi,I attempt to locate information about the firmware in flash. To do so, the data are stored in a dedicated section (called CONTROL_UNIT_SECTION):/** @brief Definition of the firmware info. */ typedef struct firmware_info_t { uint8_t id; ...