Hidden Flash in STM32L431KB?
According to the datasheet the STM32L431KB has 128kb of memory. I forgot about this fact and in my linker script I added another section after 0x08020000 of 6 KB long. After debugging and testing my code I am sure that I can read/write on flash abov...