Clarification on Flow Protection Value Difference Between STM32H753ZI and STM32H733 Controllers
In the SBSFU reference code for the STM32H753ZI controller, I came across the following function:FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_RUNTIME_PROTECT);This function compares whether the two values are the same. In my implementation for the...