Adding a source file to secure folder of STM32U5 Azure-IOT example
I downloaded Azure-IOT example for STM32U5 which works on IAR. I am trying to add a c file to secure application. I am able to compile and even see that function is hit while I debug.
After this function call, the board is getting rebooted with below logs
[INF] Flash operation: Op=0x0, Area=0x0, Address=0x0
[INF] Starting bootloader
[INF] Checking BL2 NV area
[INF] Checking BL2 NV area header
[INF] Checking BL2 NV Counter consistency
[INF] Consistent BL2 NV Counter 3 = 0x1000000
I want to understand the way to add a source file to secure TFM application.
