7.2 Revision 2
Revision 2 is the initial release of the board.
Known issues:
- The Cortex® debug header is directly connected to the target device with no series resistors. If both the external debugger and the target device attempt to drive a pin simultaneously, either or both devices may be damaged.
- Programming devices using MPLAB® IPE requires a device name to be set in the debugger
configuration. Refer to the Nano Debugger Manual for more details. By default, the PIC32CM Px DIP-28 Curiosity Nano does not have a device name set
in its debugger configuration. Using pydebuggerconfig, the device name can be set with the following command
line:
Example using a PIC32CM6408PL10028 device:pydebuggerconfig replace -r DEVNAME="device name"pydebuggerconfig replace -r DEVNAME="PIC32CM6408PL10028"
