Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.54 KB

chipkit_pi.rst

File metadata and controls

79 lines (58 loc) · 2.54 KB

Element14 chipKIT Pi

Hardware

Platform platform_microchippic32: Microchip's 32-bit portfolio with the MIPS microAptiv or M4K core offer high performance microcontrollers, and all the tools needed to develop your embedded projects. PIC32 MCUs gives your application the processing power, memory and peripherals your design needs!

Microcontroller 32MX250F128B
Frequency 40MHz
Flash 120KB
RAM 32KB
Vendor element14

Configuration

Please use chipkit_pi ID for projectconf_env_board option in projectconf:

[env:chipkit_pi]
platform = microchippic32
board = chipkit_pi

You can override default Element14 chipKIT Pi settings per build environment using board_*** option, where *** is a JSON object path from board manifest chipkit_pi.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:chipkit_pi]
platform = microchippic32
board = chipkit_pi

; change microcontroller
board_build.mcu = 32MX250F128B

; change MCU frequency
board_build.f_cpu = 40000000L

Debugging

piodebug currently does not support Element14 chipKIT Pi board.

Frameworks

Name Description
framework_arduino Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.