I’ve been using some PIC16F876A µC’s at work for one month now, with MicroChip’s PICSTART Plus hardware & MPLAB software and PicAnt C2C compiler. Easy way but not for cheapskates… I’d like to find a low-cost solution for my own projects (including MIDIbox ones, that’s why I’m here), running on Linux (and Windows if available), in C not ASM!
When it comes to hardware, I’ve been thinking of C. Tavernier’s or El Cheapo’s designs. Should the SourceForge couple (SDCC & PP06) help handle that situation, PIC16F support seems to be on its earliest stage… Any replacement idea?
I think I can guess how to remove occurences of the MIOS C Wrapper above as I ain’t into MIOS programming for the moment. I’ll still be notfied of updates on the other topic for future projects.
I use Pikdev for linux, works fine with the midbox design of the JDM. There is a decent open source C compiler in the works too, but I don’t think it’s done yet.
And gvim for writing the source code, it has syntax highlighting for Microchip Assembly, cool!