How to disable SRAM1 firewall protection?
I am using the SBSFU project for OTA.
I have linked my UserApp successfully with SBSFU projects and firmware up-gradation is working fine when FIREWALL protection is disabled.
I am using the STM32L4 series controller and am aware of L4 series firewall-related issues.
So I want to know how I can use firewall protection only for Flash by disabling firewall protection for SRAM1.
The datasheet mentioned that if we pass length 0 of Volatile data segment (SRAM1) and VDS = 1 then protection is disabled for SRAM1 but I am still getting firewall reset.
How can I bypass SRAM1 firewall protection?
