Skip to main content
Andrew Neil
Super User
March 28, 2022
Question

Typo in CubeProgrammer CLI help text

  • March 28, 2022
  • 1 reply
  • 765 views

0693W00000LvxFmQAJ.png 

Clearly, the angle brackets for the 'port' option are mismatched.

It should say:

port=<PortName>

The error is repeated in UM2237 Rev 18 (the current version) - and note that the User Manual does not match the actual output:

0693W00000LvxKNQAZ.png

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
March 28, 2022

Also, the documentation of 'noinit' is inconsistent with every other option taking a value:

0693W00000LvxsFQAR.pngTo be consisten, that should be:

[noinit=<noinit_bit>]: Set No Init bits, value in {0,1} ..., default 0

ie, angle-brackets around the value placeholder

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.