microchip kit question

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
I bought a microchip explorer 16 starter kit (cheap!) and it looks like all the software tools are windows based. I've been all Linux for a year now and I'd prefer NOT to have to set up an XP machine. Does anyone have any advice about using this kit with Linux based software? Or, at least to start, should I put XP on a drive and deal with the Linux issue later?

explorer 16 starter kit:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en027853

thank you,
rt
 
My impression is that Microchip devices are not so well supported on Linux.

The AVR devices have excellent support, but the Microchip architecture is incompatible with gcc, and so tool developers faced a much bigger job.

When I looked at this last, I came to the conclusion that AVR development would be an easier target from Linux.

This is purely theoretical - I haven't done anything with either yet!
 
maybe it's not so thin...but I'm still open to advice!
rt

Simulator for Microchip's PIC microcontrollers
Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.

Gpsim has been designed to be as accurate as possible. Accuracy includes the
entire PIC - from the core to the I/O pins and including ALL of the internal
peripherals. Thus it's possible to create stimuli and tie them to the I/O pins
and test the PIC the same PIC the same way you would in the real world.

Gpsim has been designed to be as fast as possible. Real time simulation speeds
of 20Mhz PICs are possible.

Gpsim has been designed to be as useful as possible. The standard simulation
paradigm including breakpoints, single stepping, disassembling, memory inspect
& change, have been implemented. In addition, gpsim supports many debugging
features that are only available with in-circuit emulators. For example, a
continuous trace buffer tracks every action of the simulator. Also, it's
possible to set read and write break points on values (e.g. break if a specific
value is read from or written to a register).
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.