This is a small development board that uses a PIC32MX340-512. The board comes complete with ByPic firmware that can read and write FAT16 and FAT32 files. The main communication and programming is via the serial connector.
It also has a built in boot loader so that C programs can be written using MPLAB (Microchip) and programmed without the need for a PIC programmer. See the resources files for details.

*** NOTE the picture shows the BV513-M without the RTC Crystal, it now comes WITH the crystal fitted. ***
Documentation for the complete BV513 system
For a full description of the hardware and software visit www.bypic.co.uk
The board comes with a boot loader in protected flash so no programming device is required, it can all be done through the serial interface. There is already loaded in the Flash, PIC32-Basic. This is no ordinary basic but one specifically created for Microcontrollers, it is function based and one or many functions can be saved to Flash, RAM or SD Card (if attached) for later use. The 'Hello World' Program looks like this:
function hw()
print "Hello World"
endf
Functions can return values and have parameters, there are several variable types including 64bit floating point. It is fully interactive in that whatever is typed in will be executed immediately. This can be very useful for examining the PIC32 registers with the peek(<register>) keyword.
The board is fitted with a 10 pin connector that is fully compatible with the BV101/3 USB to serial converter.

The picture shows that the BV101/3 mates directly. The BV101/3 (USB to serial) will also provide power for the board. It is also possible to connect to a PC Com port but for this some kind of translation will be required, for example a MX232.
|
Max Speed |
80 MHz |
|
Program Memory Size (KB) |
512 |
|
RAM (KB) |
32 |
|
DMA Channels |
4 |
|
SPITM |
2 |
|
I2CTM Compatible |
2 |
|
A/D channels |
16 |
|
Max A/D Sample Rate |
1000 |
|
Input Capture |
5 |
|
Output Compare/Std. PWM |
5 |
|
16-bit Digital Timers |
5 |
|
Parallel Port |
EPMP |
|
Comparators |
2 |
|
Internal Oscillator |
8 MHz, 32 kHz |
|
RTCC |
Yes |
|
I/O Pins |
51 |
MCU Core
80MHz, 1.56 DMIPS/MHz, 32-bit MIPS M4K Core
5 Stage pipeline, Harvard architecture
MIPS16e mode for up to 40% smaller code size
Single cycle multiply and hardware divide unit
32 x 32-bit Core Registers
32 x 32-bit Shadow Registers
Fast context switch and interrupt response
MCU System Features
512K Flash (plus 12K boot Flash)
32K RAM (can execute from RAM)
4 Channel Hardware DMA Controller
Flash prefetch module with 256 Byte cache
Lock instructions or data in cache for fast access
Programmable vector interrupt controller
Analog Features
Fast and Accurate 16 channel 10-bit ADC
Max 1 Mega sample per second at +/- 1LSB, conversion available during SLEEP & IDLE
Power Management Modes
RUN, IDLE, and SLEEP modes
Multiple switchable clock modes for each power mode, enables optimum power settings
Debug Features
8 hardware breakpoints (6 Instruction and 2 Data)
2 wire programming and debugging interface
JTAG interface supporting Programming, Debugging and Boundary scan
Other MCU Features
Fail-Safe Clock Monitor – allows safe shutdown if clock fails
2 Internal oscillators (8MHz & 31KHz)
Hardware RTCC (Real-Time Clock and Calendar with Alarms)
Watchdog Timer with separate RC oscillator
Pin compatible with 16-bit PIC® MCUs
ByPic