1
0
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:
Carlos Camargo
2010-05-27 21:26:56 -05:00
parent 61d4408f2a
commit 01e672d028
15 changed files with 421 additions and 875 deletions

View File

@@ -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)