void __section(SectionForBootstrapOperations) BootstrapCode()
{
    STM32F4_BootstrapCode();
    
    BootstrapCode_GPIO();

    PrepareImageRegions();
}
__section("SectionForBootstrapOperations") void BootstrapCodeMinimal()
{
    STM32F4_BootstrapCode();
    
    BootstrapCode_GPIO();
}