Hello,
it is possible to use the functions from the Bootloader in the ROM to copy Data from SPI to RAM after the application started ?
I have a F28023 which boots a Bootloader from SPI. The Loader then needs to access additional Data from SPI which is to large to fit into RAM as one block. Writing own SPI Routines makes the larger, so it would be nice to use the functions in Bootrom.
Are there single functions in the BootROM Code which could be used for this ? Are there function definitions which allow to call this functions ?