📄 db_eflash_bank0.ini
字号:
FUNC void Setup (void) {
_WDWORD(0xE01FC080,0); //Disable PLL
_WDWORD(0xE002C014, 0x0f814914); // pinsel2
_WDWORD(0xFFE00000, 0x1000ffef); // BCFG0
_WDWORD(0xFFE00004, 0x1000ffef); // BCFG1
PC = 0x80000000;
}
Setup(); // Setup for Download
LOAD jt-3B_Data\RelOutChip\ObjectCode\jt-3b.axf INCREMENTAL // Download
g, main
signal void SetPc()
{
PC = 0x80000000;
}
kill button *
define button "Reset Pc","SetPc()"