Hi,
How to store two application image in nrf51822 flash each image size is 60kb. I have enough space To store images but I don't know how to store. Please guide me to solve the problem.
Hi,
How to store two application image in nrf51822 flash each image size is 60kb. I have enough space To store images but I don't know how to store. Please guide me to solve the problem.
As far as the nRF51 is concerned, the STM32 image is just data - so the nRF bootloader has nothing to do with the STM32 image.
Of course, you will need an STM32 bootloader in the STM32 to load the STM32 image into the STM32 and run it on the STM32.
As far as the nRF51 is concerned, the STM32 image is just data - so the nRF bootloader has nothing to do with the STM32 image.
Of course, you will need an STM32 bootloader in the STM32 to load the STM32 image into the STM32 and run it on the STM32.