STM32F413H SBSFU
Hello,
I am working on integrating SBSFU with the STM32F4 controller. The target controller is F429.
I am trying to build an example project. It is a single image slot project which is developed for STM32F413H. I build the SE_Corebin project first and I am getting the following error.
################################################################
Core/se_callgate.c:462:25: error: 'SE_FW_IMAGE_COMPLETE' undeclared (first use in this function); did you mean 'SE_FW_HEADER_TOT_LEN'?
if ((se_FwType != SE_FW_IMAGE_COMPLETE) && (se_FwType != SE_FW_IMAGE_PARTIAL))
^~~~~~~~~~~~~~~~~~~~
SE_FW_HEADER_TOT_LEN
Core/se_callgate.c:462:64: error: 'SE_FW_IMAGE_PARTIAL' undeclared
################################################################
I couldn't find these macros. Can anyone help me resolve this?
