mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-03-15 19:31:43 +00:00
Create flash_prog_cfg.ini
This commit is contained in:
parent
f8853eaa86
commit
89bdf20e10
1 changed files with 11 additions and 0 deletions
11
examples/pikapython/flash_prog_cfg.ini
Normal file
11
examples/pikapython/flash_prog_cfg.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[cfg]
|
||||
# 0: no erase, 1:programmed section erase, 2: chip erase
|
||||
erase = 1
|
||||
# skip mode set first para is skip addr, second para is skip len, multi-segment region with ; separated
|
||||
skip_mode = 0x0, 0x0
|
||||
# 0: not use isp mode, #1: isp mode
|
||||
boot2_isp_mode = 0
|
||||
|
||||
[FW]
|
||||
filedir = ./build/build_out/pikapython_$(CHIPNAME).bin
|
||||
address = 0x000000
|
Loading…
Add table
Reference in a new issue