{ "info": { "description": "Various commands for debugging hardware (Flipper). Available only after emulation has been started.", "helpGroup": "HW Debug Commands" }, "can": { "ramload": { "help": "Load binary file to main memory", "args": 2, "usage": [ "Syntax: ramload
\n", "Example of use: ramload lomem.bin 0x80000000\n" ] }, "ramsave": { "help": "Save main memory content to file", "args": 3, "usage": [ "Syntax: ramsave
\n", "Example of use: ramsave lomem.bin 0x80000000 0x3300\n" ] }, "aramload": { "help": "Load binary file to ARAM", "args": 2, "usage": [ "Syntax: aramload
\n", "Example of use: aramload samples.bin 0x10000\n" ] }, "aramsave": { "help": "Save ARAM content to file", "args": 3, "usage": [ "Syntax: aramsave
\n", "Example of use: aramsave samples.bin 0x10000 0x200\n" ] }, "DumpFifo": { "help": "Dump PI/CP FIFO configuration" } }, "todo": [ "Parametrize input/output Arrays"] }