Question
STM32WL FUOTA single core not working on FW_WL_V1.3.0 in EU868 and AWS IoT LoRaWAN
Hi,
Has someone made a FUOTA session succesful in EU868 using the Nucleo-WL55JC using FW_WL_V1.3.0?
When I run the FUOTA example, single core, the device goes to the HardFault_Handler interrupt.
This happens right after the device switches from class A to class C at the start of the FUOTA campaign. At the reception of the first frame, the device halts. The last thing I see in the serial terminal is:
###### ========== MCPS-Confirm =============
###### U/L FRAME:0070 | PORT:2 | DR:5 | PWR:7 | MSG TYPE:UNCONFIRMED
1700119218s532:RX_C on freq 869525000 Hz at DR 3
Switch to Class C done
1700119219s243:MAC rxDone
1700119219s248:BufferRX Port: 201
I have tried with DR_0 and DR_3 as downlink datarates. For DR_0 I use a maximum packet size of 48B and 112B for the DR_3.
