translated more of the assembler code into C

This commit is contained in:
Markus Fröschle
2014-02-02 21:35:46 +00:00
parent ff3514c2d0
commit fe5b7d466d
5 changed files with 178 additions and 87 deletions

View File

@@ -179,6 +179,7 @@ SECTIONS
#else
__FASTRAM_END = TARGET_ADDRESS;
#endif
__FASTRAM_SIZE = __FASTRAM_END - __FASTRAM;
/* Init CS0 (BootFLASH @ E000_0000 - E07F_FFFF 8Mbytes) */
___BOOT_FLASH = BOOTFLASH_BASE_ADDRESS;