Other Parts Discussed in Thread: UNIFLASH
OTA - over the air update. SBL - download image to chip via uart.
When program the chip with OTA, i'm downloading to the chip the BIM (boot manager) and the application BIN with uniflash app.
When i'm programming the chip via SBL, i'm using .bin file that IAR build, the .bin contain only the application code without the BIM.
how can i create .bin file for SBL, that include the BIM and the application in one file?