| Crates.io | sifli-flash-table |
| lib.rs | sifli-flash-table |
| version | 0.1.0 |
| created_at | 2025-07-24 05:02:38.701384+00 |
| updated_at | 2025-07-24 05:02:38.701384+00 |
| description | Flash table generater CLI for SiFli MCUs |
| homepage | https://github.com/OpenSiFli/sifli-rs |
| repository | https://github.com/OpenSiFli/sifli-rs |
| max_upload_size | |
| id | 1765517 |
| size | 55,240 |
A command-line tool (Cli) used to generate a flash table firmware for SiFli MCUs.
sifli-flash-table gen --ptab test\em-lb525\ptab.json --output ftab.bin
This is functionally equivalent to:
The difference is that sifli-flash-table generates the flash table using code, instead of cross-compiling the table.
Other references:
SiFli-SDK boot_loader
SiFli-SDK flash table中,flash bootloader的地址问题和宏覆盖问题 · Issue #10
SiFli Docs 应用程序启动流程 - SiFli SDK编程指南 文档
SiFli Docs 安全引导加载 - SiFli SDK编程指南 文档
In lib.rs, there is a test called test_ptab_ftab_conversion, which automatically tests the development board's flash table generation in the test folder and compares it with the precompiled ftab.bin from the SDK.
0x6xxx_xxxx are useThis project is under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).