Hi,
I'm using SDK 11.0 and I want to implement a firmware update procedure over GSM. The firmware data packets should be received via UART (which is connected to the GSM modem) while running the application, After some CRC checkings the data packet should be saved to bank 1 of the flash area. I think therefore I need the pstorage_raw module as used in the bootloader. On the other side, I need the device manager for storing bonding information. After a look in the sources I saw, that pstorage_init() and pstorage_register() are different, but needed in both cases. Is it possible to use both modules or is there an other option, which I didn't saw yet?
Kind regards,
Christian