STM32WB10 flash memory distribution
Hi,
I'm working on STM32WB10CC with 320KB of flash memory.
I'm using the full ble stack 1.14.1 (stm32wb1x_BLE_Stack_full_fw.bin) which has a size of 148KB.
In the release note it's written you have to put it at this address 0x08021000.

If I'm doing the math 0x08021000 + 148KB = 0x8046000.
The last address of the flash memory is 0x0804FFFF.
0x0804FFFF - 0x8046000 = 0x9FFF = 40KB
I have 40KB of free memory but I'm not able to write in this part of the memory. Does anyone have an explanation about the 40k extra memory and why I can't write to it ?
Is it possible to write the ble stack to another address ?
There is also an error in the Reference Manual (RM0478) p.54. The address should be 0x0804FFFF not 0x8004FFFF.

Thanks for your help
