예제 #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. */
    }
}
예제 #2
0
파일: main.c 프로젝트: fhgwright/SCSI2SD
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. */
    }
}