stm32wb how to use the full SRAM2b
We are using the ST32WB without making use of the BLE feature.
But we run into RAM issues and need more RAM. How can we "non-secure" the SRAM2Bb part?
SRAM2a is currently already non-secure.
Tried to do it from the CubeProgrammer, but got the error:
Error: Expected value for Option Byte "BRSD_B": 0x1, found: 0x0
As we think only CPU2 can adjust this option bytes, we suspect we need some kind of dummy firmware that free the secure section.