Could you clarify what refers to? For example:
| Command | Action | |---------|--------| | mem 0x08000000, 64 | Display 64 bytes from flash | | w4 0x40020C14 0x00000001 | Write to a GPIO register | | erase | Erase entire target flash | | loadfile app.hex | Load hex/bin/srec file | | SetBP 0x08000100 | Set a breakpoint | | regs | Show CPU register dump |
Have a unique use case? Contribute to the project on GitHub or join the community Slack channel. Happy commanding!
Could you clarify what refers to? For example:
| Command | Action | |---------|--------| | mem 0x08000000, 64 | Display 64 bytes from flash | | w4 0x40020C14 0x00000001 | Write to a GPIO register | | erase | Erase entire target flash | | loadfile app.hex | Load hex/bin/srec file | | SetBP 0x08000100 | Set a breakpoint | | regs | Show CPU register dump | jl-cmder
Have a unique use case? Contribute to the project on GitHub or join the community Slack channel. Happy commanding! jl-cmder Could you clarify what refers to