Pontech Quick240

Hardware

Platform Microchip PIC32: 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

32MX795F512L

Frequency

80MHz

Flash

508KB

RAM

128KB

Vendor

Pontech

Configuration

Please use quick240_usb ID for board option in “platformio.ini” (Project Configuration File):

[env:quick240_usb]
platform = microchippic32
board = quick240_usb

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

[env:quick240_usb]
platform = microchippic32
board = quick240_usb

; change microcontroller
board_build.mcu = 32MX795F512L

; change MCU frequency
board_build.f_cpu = 80000000L

Debugging

Debugging currently does not support Pontech Quick240 board.

Frameworks

Name

Description

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.