mcu_ab568x/userboot240328/app/projects/AB5681G_320/Output/bin/app.xm
2025-05-30 18:03:10 +08:00

12 lines
350 B
Plaintext

#include "config.h"
depend(0x01010200);
setflash(1, FLASH_SIZE, FLASH_ERASE_4K, FLASH_DUAL_READ, FLASH_QUAD_READ);
setspace(0x5000);
//setuserbin(0x90000, 0x60000, ui.bin);
//setuserbin(0x100000, 0x80000, app_main.bin);
setheader(header.bin);
setxcfg(xcfg.bin);
setcode(app.bin, USERBOOT_SIZE);
//setres(res.bin, 0xC000);
makedcf(app.dcf)