Search found 237 matches

by rmteo
Sat Mar 27, 2010 2:27 am
Forum: General
Topic: need some more help!
Replies: 5
Views: 3918

See if this alternative method works.

Code: Select all

Dim Timer0 as word
Dim Timer1 as word

Timer0 = (TMR0H<<8)+TMR0L
Timer1 = (TMR1H<<8)+TMR1L
by rmteo
Sat Mar 20, 2010 3:09 am
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

normnet wrote:Next is a stand alone VGA monitor 8 bit mini video card with a PIC18 and some supporting logic.

Norm
Have you seen this? http://www.micro-examples.com/public/mi ... al-tv.html
by rmteo
Fri Mar 19, 2010 7:16 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

What are some of these projects which make use of 144-pin, 1mB Flash, 6kB RAM ARM? PIC32 also has the larger capacity but I'm not sure what it would be used for. Norm Think of any current consumer electronics - portable media players, handheld games, remote controls, etc. Stuff with color graphic L...
by rmteo
Wed Mar 17, 2010 6:26 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

I agree with octal. The only situation where I see using a PIC (in particular the 6-pin PIC10's) or similar device, is when space is severely constrained - even then only on a volume commercial application. For everything else, one of the small Cortex M0/M3 ARM's (such as the 7x7mm, 33-pin, 65 cent ...
by rmteo
Tue Mar 16, 2010 1:49 pm
Forum: General
Topic: ICD
Replies: 3
Views: 2746

You should be able to use any of the MicroChip devices that support ICD - even the PicKIT2. See here http://www.sfcompiler.co.uk/wiki/pmwiki ... r.MPLABICD
by rmteo
Sun Mar 14, 2010 7:55 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

I concur. MC (and perhaps Atmel) are probably the last few holdouts in the MCU world that still make DIP packages. To get the performance/features of a typical Cortex M0/M3, you would be looking at a PIC32 and as you pointed out, they also are not available as DIPs. Interestingly, I just posted this...
by rmteo
Sun Mar 14, 2010 6:55 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

Another thing to consider in making the move to C from BASIC. I would be interested in the total development package - IDE, compiler and most importantly, hardware debug capability. These features need to be seamlessly integrated. The MPLAB/C18-C30-C32 package is somewhat appealing in this respect -...
by rmteo
Sun Mar 14, 2010 3:15 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

CharlieM, check your PM.
by rmteo
Thu Mar 11, 2010 10:21 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

....The market must be so much smaller than I thought. Catering to what is essentially a hobby market is severely limited. Consider that the total number of members of the 3 most popular PIC BASIC forums is only about 13,000 (mikroE, including C, PASCAL and hardware products - 9,258, PicBASIC - 3,3...
by rmteo
Thu Mar 04, 2010 11:48 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

by rmteo
Thu Mar 04, 2010 9:28 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

It is not just the editor (or IDE). A lot of the new ARM hardware (such as the abovementioned LPC111x) have a much nicer architecture and far more powerful and flexible peripherals. ST has also announced several new Cortex M3 based devices that start at under $1. Now what would be really nice is a B...
by rmteo
Tue Mar 02, 2010 11:02 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

Well after working with the LPC111x tool chain for about 2 weeks, I have good news and bad news. First, the good news. The LPC111x hardware is really nice with very powerful and flexible features/peripherals. You basically get PIC32 performance at PIC16 prices - or less. The software is not as easy ...
by rmteo
Thu Feb 25, 2010 7:10 pm
Forum: User Modules
Topic: Graphics OLED writing... faster...maybe
Replies: 10
Views: 6814

Francis, are you using the parallel or serial interface?
by rmteo
Sun Feb 21, 2010 6:20 pm
Forum: User Modules
Topic: Graphics OLED writing... faster...maybe
Replies: 10
Views: 6814

by rmteo
Wed Feb 17, 2010 10:51 pm
Forum: General
Topic: How close is the Swordfish 24F compiler?
Replies: 63
Views: 81847

It wasn't too bad for me. The LPC1114 (32kB FLASH, 8kB RAM) board arrived today and I got the blinky going in about 10 minutes. I did play with the IDE and C compiler for a couple of hours while waiting for the hardware to arrive. Now on to putting a couple of 2x10 headers on the LPC board to hook i...