Help: ICE_KEYS_DUMP

Dumps debug info to the screen for specific cores and modules.

Dumps debug info to the screen for specific cores and modules.

Some modules, including the GPS, output even more info when accompanied by the VERBOSE flag.
The GPS module also waits for the next one-PPS to occur so it can be put in a forall loop as a status display.

All internal cores have a predifined set of registers that will dump to the screen as well.
Parameter #0 is the core signature, a 4-byte ascii code for the algorithm.
Parameter #7 is the clockrate the core was compiled with.
All other parameters are core specific.

Use /CORE=n on the picdriver command to select which core to dump.
  (11-14 for PM1, 21-24 for PM2, 41-44 for PM0 cores)

There are a special set of flags to control the register dump:
  CPN=n Number of registers to dump (def=8)
  CPW=n Width of registers in bytes (def=4)
  CPO=n Offset of first register (def=0)
  CPS=n Stride between registers (def=4)