Flowcode 7 can now handle 32bit PICs, so I decided to invest in a simple inexpensive development board and give it a try.
The board is based on the Arduino Uno and will take some of the shields.
Care must be taken as the board is a 3.3 V device but most lines are 5V tolerant.
The digital and analogue headers are double row compared to the normal Arduino which has single headers.
It can also be programmed using the normal Arduino software, by downloading a driver from the Digilent website.
The Digilent ChipKit uC32 contains a
PIC32MX340F512 processor (80MHz)
512K Flash
32k Ram
42 I/O Lines
2 User LEDs.
I wrote a simple LED flasher flowchart to flash LED5 (RF0).This was to test everything is working.
The flowchart was compiled to HEX and programmed using the PICKIT3 and MPLAB IPE 3.35.
The board can be powered either from a standard Matrix PSU (9V) or direct from the PICKIT3 (both work).
It is possible to add the PICKIT to flowcode so it can program it directly, but I've not got round to setting them up on FC7 yet.
Programming with the PICKIT will delete the bootloader that allows the Arduino software to be used and will need to be reloaded if the is needed afterwards.
The board costs about £25.00 from RS
Another board based on the Arduino Mega footprint is also available.
32 Bit Microcontrollers
- QMESAR
- Valued Contributor
- Posts: 1287
- Joined: Sun Oct 05, 2014 3:20 pm
- Location: Russia
- Has thanked: 384 times
- Been thanked: 614 times
Re: 32 Bit Microcontrollers
This is absolutely fantastic that Flowcode supports PIC32 now,
It opens a new world to FC users .

It opens a new world to FC users .
https://www.flowcodexchange.com/
Regards QMESAR
Regards QMESAR