Hi, I have bootloader ,Application with buttonless dfu (with FreeRTOS) and S132 v3.0, Flashed SD3.0 and then bootloader with debug support. After updating application zip package via bootloader my issue is that bootloader starts DFU update after 100 % completion,again bootloader returns to DFU mode due below error
CRC:0x6a74f35d]
0> :INFO:Storing 256 B at: 0x00033300
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x000144b0, CRC:0xa827bb64]
0> :INFO:Storing 256 B at: 0x00033400
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x000145a0, CRC:0xa80b93e7]
0> :INFO:Storing 256 B at: 0x00033500
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014690, CRC:0xcbfcca83]
0> :INFO:Storing 256 B at: 0x00033600
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014780, CRC:0x09a56c28]
0> :INFO:Storing 256 B at: 0x00033700
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014870, CRC:0x3a50168a]
0> :INFO:Storing 256 B at: 0x00033800
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014960, CRC:0xc97b530d]
0> :INFO:Storing 256 B at: 0x00033900
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014a50, CRC:0xbd121954]
0> :INFO:Storing 256 B at: 0x00033a00
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014b40, CRC:0xef1c896d]
0> :INFO:Storing 256 B at: 0x00033b00
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014c30, CRC:0xad46132c]
0> :INFO:Storing 256 B at: 0x00033c00
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014d20, CRC:0xa2b817fe]
0> :INFO:Storing 256 B at: 0x00033d00
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014e10, CRC:0xe74bfce1]
0> :INFO:Storing 256 B at: 0x00033e00
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014f00, CRC:0xd8f34c1e]
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00014ff0, CRC:0x12c11a5e]
0> :INFO:Storing 256 B at: 0x00033f00
0> :INFO:Received calculate CRC
0> :INFO:Before OP crc
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00015000, CRC:0x1300dd28]
0> :INFO:Received execute object
0> :INFO:Before OP execute
0> :INFO:Valid Data Execute
0> :INFO:Erasing old settings at: 0x0007f000
0> :INFO:Erasing: 0x0007f000, num: 1
0> :INFO:Writing 0x00000057 words
0> :INFO:Writing settings...
0> :INFO:Sending Response: [0x4, 0x1]
0> :INFO:Received create object
0> :INFO:Before OP create
0> :INFO:Valid Data Create
0> :INFO:Erasing: 0x00034000, num: 1
0> :INFO:Creating object with size: 8. Offset: 0x00015000, CRC: 0x1300dd28
0> :INFO:Sending Response: [0x1, 0x1]
0> :INFO:Storing 8 B at: 0x00034000
0> :INFO:Received calculate CRC
0> :INFO:Before OP crc
0> :INFO:Sending CRC: [0x60, 0x03, 0x01, 0:x00015008, CRC:0x0260b8f2]
0> :INFO:Received create object
0> :INFO:Before OP create
0> :ERROR:Trying to create an object with a size that is not page aligned 86016 4088 86024
0> :INFO:Sending Response: [0x1, 0x3]
Any support or pointer will appreciated.