When I create a SYSBIOS project from a SYSBIOS - Minimal template, the code of the project is linked to FLASH. However, BIOS_Start() or any other function do not initialize the FLASH code prefetch pipeline or reduce the FLASH waitstate cycles. This is nonsense, it males no sense to use this startup configuration.
Question: why isn't there an option in the boot-group of app.cfg to include a call of InifFlash()? Or, do I miss something here?
Regards