Resolved! Writing the data(float32_t type) to Flash Bank2 from CM7 in STM32H757
Hello, I'm developing RTOS environment of dual-core in STM32H757.To write the data, I'm using function "HAL_FLASH_Program".The stack size of the task : 512 * 4float32_t g_temp_data[70]; // the data 1. Is it common for data to be written to Flash Ban...