Skip to content

34. Advanced and dev notes

ztakis edited this page Jul 5, 2026 · 1 revision

Advanced And Dev Notes

This page is for advanced notes that do not belong in beginner guides.

Hardware Control Layer

OpenOCD Tcl target configs are the hardware-facing layer.

Higher-level scripts should orchestrate:

  • menus;
  • file validation;
  • backup paths;
  • patching;
  • command construction.

They should not reimplement reset/halt/flash driver behavior.

C45 Guided Flow

The C45 clone flow depends on OpenOCD Tcl helpers such as guided connect and guided flash connect.

Preserve those semantics when refactoring.

Future Notes

TBD

Clone this wiki locally