I am using nRF5 SDK version 17.1.0 and am seeing this line in file examples/ble_peripheral/ble_app_uart/pca10040/s132/ses/flash_placement.xml
<ProgramSection alignment="4" load="Yes" name=".text" size="0x4" />
Why is the size of this section specified as only 0x4?
I find it hard to believe that a program would have only a 4-byte section named ".text"....
Cheers
RVM