Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.59 KB

chipkit_wifire_revc.rst

File metadata and controls

79 lines (58 loc) · 2.59 KB

chipKIT WiFire rev. C

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 32MZ2048EFG100
Frequency 200MHz
Flash 1.98MB
RAM 512KB
Vendor Digilent

Configuration

Please use chipkit_wifire_revc ID for projectconf_env_board option in projectconf:

[env:chipkit_wifire_revc]
platform = microchippic32
board = chipkit_wifire_revc

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

[env:chipkit_wifire_revc]
platform = microchippic32
board = chipkit_wifire_revc

; change microcontroller
board_build.mcu = 32MZ2048EFG100

; change MCU frequency
board_build.f_cpu = 200000000L

Debugging

piodebug currently does not support chipKIT WiFire rev. C 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.