Esempio n. 1
0
void main()
{
    /* Place your initialization/startup code here (e.g. MyInst_Start()) */
    CyBtldr_Start();

    /* CyGlobalIntEnable; */ /* Uncomment this line to enable global interrupts. */
    for(;;)
    {
        /* Place your application code here. */
    }
}
Esempio n. 2
0
void main()
{
    resetSCSI();
	
	// The call to the bootloader should not return
    CyBtldr_Start();

    /* CyGlobalIntEnable; */ /* Uncomment this line to enable global interrupts. */
    for(;;)
    {
        /* Place your application code here. */
    }
}