rt-thread-official/bsp/hc32/libraries/hc32f4a0_ddl/config/flashloader/FlashHC32F4A0.mac

17 lines
269 B
Plaintext

setup()
{
;
}
execUserPreload()
{
__message "----- Prepare hardware for Flashloader -----\n";
setup();
}
execUserFlashInit() // Called by debugger before loading flash loader in RAM.
{
__message "----- Prepare hardware for Flashloader -----\n";
setup();
}