-
Notifications
You must be signed in to change notification settings - Fork 8k
boards: microchip: Add PIC32CM JH01 Curiosity Nano Evaluation Kit Support #97470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
boards: microchip: Add PIC32CM JH01 Curiosity Nano Evaluation Kit Support #97470
Conversation
4a07ba0
to
75dc722
Compare
- USB for debugger | ||
- Can be used for powering the board | ||
- Must be used to program, or debug, the board | ||
- On-board nano debugger (nEDBG) | ||
- One green power/status LED | ||
- Programming and debugging | ||
- Communications Device Class (CDC) virtual COM port | ||
- One logic analyzer DGI GPIO | ||
- The target device is programmed and debugged by the on-board Nano | ||
debugger; no external programmer, or debugging tool, is required | ||
- Adjustable target voltage | ||
- MIC5353 LDO regulator controlled by the on-board debugger | ||
- 1.7V to 3.6V output voltage | ||
- 500-mA maximum output current (limited by ambient | ||
temperature and output voltage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- USB for debugger | |
- Can be used for powering the board | |
- Must be used to program, or debug, the board | |
- On-board nano debugger (nEDBG) | |
- One green power/status LED | |
- Programming and debugging | |
- Communications Device Class (CDC) virtual COM port | |
- One logic analyzer DGI GPIO | |
- The target device is programmed and debugged by the on-board Nano | |
debugger; no external programmer, or debugging tool, is required | |
- Adjustable target voltage | |
- MIC5353 LDO regulator controlled by the on-board debugger | |
- 1.7V to 3.6V output voltage | |
- 500-mA maximum output current (limited by ambient | |
temperature and output voltage) | |
- USB for debugger | |
- Can be used for powering the board | |
- Must be used to program, or debug, the board | |
- On-board nano debugger (nEDBG) | |
- One green power/status LED | |
- Programming and debugging | |
- Communications Device Class (CDC) virtual COM port | |
- One logic analyzer DGI GPIO | |
- The target device is programmed and debugged by the on-board Nano | |
debugger; no external programmer, or debugging tool, is required | |
- Adjustable target voltage | |
- MIC5353 LDO regulator controlled by the on-board debugger | |
- 1.7V to 3.6V output voltage | |
- 500-mA maximum output current (limited by ambient | |
temperature and output voltage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected as per suggestion.
- Add support for the PIC32CM family devices using the following command: | ||
|
||
.. code-block:: console | ||
pyocd pack install pic32cm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add support for the PIC32CM family devices using the following command: | |
.. code-block:: console | |
pyocd pack install pic32cm | |
- Add support for the PIC32CM family devices using the following command: | |
.. code-block:: console | |
pyocd pack install pic32cm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected as per suggestion.
- Confirm that the target is recognized: | ||
|
||
.. code-block:: console | ||
pyocd list --targets | ||
- You should see an entry similar to: | ||
|
||
.. code-block:: text | ||
pic32cm5164jh01048 Microchip PIC32CM5164JH01048 PIC32CM-JH pack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Confirm that the target is recognized: | |
.. code-block:: console | |
pyocd list --targets | |
- You should see an entry similar to: | |
.. code-block:: text | |
pic32cm5164jh01048 Microchip PIC32CM5164JH01048 PIC32CM-JH pack | |
- Confirm that the target is recognized: | |
.. code-block:: console | |
pyocd list --targets | |
- You should see an entry similar to: | |
.. code-block:: text | |
pic32cm5164jh01048 Microchip PIC32CM5164JH01048 PIC32CM-JH pack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected as per suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool :) By the way, how can we create transparent images from normal images with background
? Is there any handy tool that can do this without increasing the image size?
…port Add initial support for the Microchip PIC32CM JH01 Curiosity Nano board Product page: https://www.microchip.com/en-us/development-tool/ev29g58a Signed-off-by: Arunprasath P <[email protected]>
7198586
to
bd6a346
Compare
|
Add initial support for the Microchip PIC32CM JH01 Curiosity Nano board
Product page: https://www.microchip.com/en-us/development-tool/ev29g58a