modified to enable remote debugging of basflash.s19.

basflash.s19 does not work in this version (hang)!
This commit is contained in:
Markus Fröschle
2013-02-17 22:47:24 +00:00
parent b628a0df2d
commit a1d9651ab6
9 changed files with 31 additions and 15 deletions

View File

@@ -308,8 +308,8 @@ err_t srec_load(char *flash_filename)
void basflash(void)
{
const char *basflash_str = "\\BASFLASH\\";
const char *bastest_str = "\\BASTEST\\";
const char *basflash_str = "\\BASFLASH";
const char *bastest_str = "\\BASTEST";
DRESULT res;
FRESULT fres;
FATFS fs;
@@ -351,6 +351,7 @@ void basflash(void)
strcpy(path, bastest_str);
strncat(path, fileinfo.fname, 13);
xprintf("loading file %s\n", path);
/*
* load file
*/