STM32WBx5: available Flash and SRAM when using BLE
I am developing an application based on a STM32WB35CE and have noticed that the code generated by STM32CubeMX limits available Flash to 256k and available SRAM to 32k (the WB35CE has 512k and 96k, respectively). I have flashed the stm32wb3x_BLE_Stack_full_fw.bin copro binary, so not having all memory available is expected.
according to AN5451 I should have 363k of Flash and 57k of SRAM (across the 3 SRAM banks) available for my application. How can I use these?
