UM-B-012: Creation of secondary bootloader
I was reading the UM-B-012 document, which addresses Creation of secondary bootloader.
My questions are regarding two things:
1. UART_SUPPORTED definition and
2. DMA length.
My system has an external SPI flash, which is there to hold my actual application. I've used the Smartsnippet's 'SPI flash programmer' tool to program the external slave SPI flash with my application, it was very easy. I'm able to read back the Flash and see (0x70, 0x50..... (Application code)). I want my SysRAM to be loaded with this program when it starts up.