SBSFU failing control flow check when protections are enabled
Hi,
I am using SBSFU v2.8 with an STM32H750. I have successfully booted my firmware without any protections. I have also enabled protections and succeeded all tests in the test suite provided in the example code in sfu_test.c.
However, when I attempt to boot my firmware with any protections enabled at all, I get the following, followed by a reset.

This is happening at the first control flow check at line 1092 in sfu_boot.c.

In my research, I found this post. I replicated it and included app_sfu.h in sfu_boot.h. It works now.
I would like some clarification on this whole situation. Is this a bug? or is my build system just not including app_sfu.h appropriately ?
Thanks!
