mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Fixing plasma files.. Now works :)
This commit is contained in:
@@ -122,10 +122,7 @@ int main(void)
|
||||
|
||||
DdrInit(); //Harmless if SDRAM instead of DDR
|
||||
|
||||
puts("\n1233456Greetings from the bootloader ");
|
||||
puts(__DATE__);
|
||||
puts(" ");
|
||||
puts(__TIME__);
|
||||
puts("\nSAKC bootloader ");
|
||||
puts(":\n");
|
||||
MemoryWrite(FLASH_BASE, 0xff); //read mode
|
||||
if((MemoryRead(GPIOA_IN) & 1) && (MemoryRead(FLASH_BASE) & 0xffff) == 0x3c1c)
|
||||
|
||||
Reference in New Issue
Block a user