rt-thread-official/bsp/hc32/libraries/hc32f448_ddl/config/flashloader/FlashHC32F448.mac

17 lines
269 B
Plaintext
Raw Permalink Normal View History

2024-02-23 01:34:35 +08:00
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();
}