Loader_Src.c and Dev_Inf.c for STM32H753I?
Does someone know where I can find the files of Loader_Src.c and Dev_Inf.c for STM32H753I-Eval?
I'm going to use them to develop customized loader for external memory. However the /ExternalLoader directory mentioned by ST-LINK Utility Software Description does not have the folder for STM32H753I, there are several folders for different family members of ST MCU. I checked inside files of Src.c and Dev_Inf.c in other folders, they should not be suitable for STM32H753I-Eval since they have different #include "xxxxx.h". Below shows an example
#include "stm32f10x.h"
#include "stm32_eval_spi_flash.h"
#include "stm3210e_eval.h"
Thanks,
James
