Commands
These commands are documented as global or quick-start commands.
Result
What it means
If the command returns the expected output, the firmware and terminal session are ready for the next workflow.
Troubleshooting
- Confirm the active mode before running
P. - Use external pull-ups for long wires or multiple devices.
- Disable pull-ups with
pif they disturb the target circuit.
Pull-up control FAQ
When should I enable pull-ups?
Enable pull-ups only when the active mode expects them, such as UART RX, HDUART IO, 1-Wire DQ, I2C SDA/SCL or SPI MISO checks. Confirm the target can tolerate the pull-up level first.
When should I disable pull-ups?
Disable them when the target already provides proper biasing, when the line is analog, or when the added pull-up changes the behavior you are trying to observe.
When are pull-ups part of the bench setup rather than the command?
Treat pull-ups as part of the electrical setup whenever bus length, speed, device count or voltage level matters. The firmware shortcut is convenient, but the circuit still decides signal quality.