Hi,
I’m working on an nRF5340 using nRF Connect SDK v2.7.99-cs2.
BLE security is configured as Just Works (Security Mode 1, Level 2) on the peripheral.
I’m attempting firmware upgrade over BLE, but the upgrade is failing due to what looks like message ordering between the peripheral and the central:
-
On the peripheral (firmware logs):
I see Response = 1 (Start of Frame) → Data → Response = 0 (End of Frame).
This is the expected sequence. -
On the central (peer device logs):
The observed order is Response = 1 → Response = 0 → Data, which arrives out of order, causing the FUS to fail.