S-record load to RAM tested successfully. basflash.s19 is a short test program (just a single line of code) that can be loaded from SD card and executed. Control is given back to BaS() on return.
This commit is contained in:
14
BaS_gcc/sources/basflash.c
Normal file
14
BaS_gcc/sources/basflash.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* basflash.c
|
||||
*
|
||||
* Created on: 18.12.2012
|
||||
* Author: mfro
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <bas_printf.h>
|
||||
|
||||
void basflash(void)
|
||||
{
|
||||
xprintf("Hello from BASFLASH.S19!\r\n");
|
||||
}
|
||||
Reference in New Issue
Block a user