576 B
576 B
Offline checksum tool
This folder keeps the original XC6517 offline burn helper used only to calculate the checksum segment for release file names.
Normal release flow:
- Build the Keil project and generate
mdk\ble_peripheral.bin. - Run
tools\make_release_bin.ps1from the repository root. - The script copies
ble_peripheral.bintodownload.bin, runsXinc_mac_tool.exe, extracts the checksum from the generated offline file name, then copies the real online burn file torelease\online.
Do not use the generated offline BIN as the online burn file.