Difference between revisions of "SparkFun MicroMod RP2040"

From SEGGER Wiki
Jump to: navigation, search
(Created page with " thumb | right | 300 px | SparkFun MicroMod RP2040 with carrier board (RP2040) The SparkFun MicroMod RP2040 is a [[Raspberry Pi RP2040]...")
 
(Samples)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
The SparkFun MicroMod RP2040 can be placed on a SparkFun MicroMod ATP Carrier Board.
 
The SparkFun MicroMod RP2040 can be placed on a SparkFun MicroMod ATP Carrier Board.
 
This carrier board comes with a Cortex-M 9-pin debug header
 
This carrier board comes with a Cortex-M 9-pin debug header
<br>'''Note:''' For a all J-Link models, the [https://www.segger.com/products/debug-probes/j-link/accessories/adapters/9-pin-cortex-m-adapter/ SEGGER Cortex-M 9-Pin Adapter] can be used for the SparkFun MicroMod ATP Carrier Board (except for J-Link EDU mini, which comes with a Cortex-M 9-Pin debug inteface itself).
+
<br>'''Note:''' For a all J-Link models, the [https://www.segger.com/products/debug-probes/j-link/accessories/adapters/9-pin-cortex-m-adapter/ SEGGER Cortex-M 9-Pin Adapter] can be used for the SparkFun MicroMod ATP Carrier Board (except for J-Link EDU mini, which comes with a Cortex-M 9-Pin debug interface itself).
   
 
==Example Projects==
 
==Example Projects==
 
To run the following example projects the following prerequisites need to be met:
 
To run the following example projects the following prerequisites need to be met:
 
* [https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack J-Link software] V7.00b or later
 
* [https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack J-Link software] V7.00b or later
* J-Link HW revision 11 or later (J-Link Edu Mini and J-Trace Pro V1 or later also supported)
+
* J-Link HW revision 11 or later (J-Link EDU Mini and J-Trace Pro V1 or later also supported)
 
* [https://www.segger.com/products/development-tools/embedded-studio/ SEGGER Embedded Studio] V5.42a or later
 
* [https://www.segger.com/products/development-tools/embedded-studio/ SEGGER Embedded Studio] V5.42a or later
   
=== Samples ===
+
=== QSPI Projects ===
 
* [[Media:sparkfun_MicroMod_RP2040_blinky.zip | QSPI blinky]]
 
* [[Media:sparkfun_MicroMod_RP2040_blinky.zip | QSPI blinky]]

Latest revision as of 15:52, 23 April 2021

SparkFun MicroMod RP2040 with carrier board (RP2040)

The SparkFun MicroMod RP2040 is a Raspberry Pi RP2040 evaluation board.

Features (selection)

  • RP2040 MCU
  • 16MB on board QSPI flash
  • USB-C
  • On board LED
  • 30 I/O pins
  • Cortex-M 9-Pin external debug connector

For further information please refer to the SparkFun MicroMod RP2040 web page.

Setting up with J-Link

The SparkFun MicroMod RP2040 can be placed on a SparkFun MicroMod ATP Carrier Board. This carrier board comes with a Cortex-M 9-pin debug header
Note: For a all J-Link models, the SEGGER Cortex-M 9-Pin Adapter can be used for the SparkFun MicroMod ATP Carrier Board (except for J-Link EDU mini, which comes with a Cortex-M 9-Pin debug interface itself).

Example Projects

To run the following example projects the following prerequisites need to be met:

QSPI Projects