Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | PICSTART Plus Issues?

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

PICSTART Plus Issues? - Matt - Jul 3 11:12:00 2003

I was able to install MPLAB IDE v 5.11 to a machine last night and
was able to use the out-of-date PICSTART Plus programmer I am
borrowing (would not work w/ v 6.20 because PICSTART Plus firmware is
not up to date).

Using the setup to program a device wasn't a success, however- at
least I think. My device was a 16F877A, but the -A isn't supported
in MPLAB 5.11 so I tried to program it as a 16F877 and used the
P16F877 include file. My understanding is that doing this isn't a
problem but maybe I misunderstood.

My code built successfully and the simulations performed just as I
had desired, but almost every time I tried to program the device, the
operation failed. I would paste my code here but I'll have to do
that later today because I don't have it in front of me.
Occassionally the device would program successfully but when I
verified the program, that failed so I guess it didn't program
afterall. The PIC does nothing in the breadboard of course.

Any ideas what's going on here? Are my configuration bits messed up
(although I'm pretty confident that they are correct) or does this
sound like a programmer issue? Maybe there is a problem with me
programming a 16F877A as a 16F877? Hope someone can lend some
insight. I'll paste my code in later tonight.

Thanks,

--
Matt



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Maximum serial lines - George Shaw - Jul 3 14:56:00 2003


What is the maximum number of output lines you could have that would be
outputting RS232 data streams (not Rx) on a say 16F877 ?

These would be sent to a RS232 line driver.

Each RS232 stream would be required to send a single ASCII code for 1A,
1B, 2A, 2B, etc up to the maximum outputs I guess, repeated every about
5 times a second.

--
George Shaw MI3GTO

“ Any Sufficiently Advanced Technology
is Indistinguishable from Magic”
---Arthur C. Clarke

Mobile: +44 (0) 7740 361 163
Email:
Fax & Voicemail: +44 (0) 871 242 9183
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.493 / Virus Database: 292 - Release Date: 25/06/03




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: PICSTART Plus Issues? - mikerey35475 - Jul 4 5:17:00 2003

Matt,

All of the -A parts have a slightly different programming alogirythm
than the base parts. That it why the programmer would ocassionally
say that the chip programmed successfully, then fail on verification.

If I remember correctly, you were borrowing this programmer because
you are just getting your feet wet in PICs and did not want to
invest a lot of money in a programmer at this time. If you can
scrounge up the parts, I would suggest building a Tait style
programmer and downloading IC-Prog. I use a homemade Tait style
programmer that I built 2 years ago for about 7 dollars. I have
successfully programmed 12C509s, 16F84s, 16F628s, 16F877s, and 12F
devices in both the plain versions and the -A versions where
applicable.

Mike
--- In , "Matt" <mws715@y...> wrote:
> I was able to install MPLAB IDE v 5.11 to a machine last night and
> was able to use the out-of-date PICSTART Plus programmer I am
> borrowing (would not work w/ v 6.20 because PICSTART Plus firmware
is
> not up to date).
>
> Using the setup to program a device wasn't a success, however- at
> least I think. My device was a 16F877A, but the -A isn't
supported
> in MPLAB 5.11 so I tried to program it as a 16F877 and used the
> P16F877 include file. My understanding is that doing this isn't a
> problem but maybe I misunderstood.
>
> My code built successfully and the simulations performed just as I
> had desired, but almost every time I tried to program the device,
the
> operation failed. I would paste my code here but I'll have to do
> that later today because I don't have it in front of me.
> Occassionally the device would program successfully but when I
> verified the program, that failed so I guess it didn't program
> afterall. The PIC does nothing in the breadboard of course.
>
> Any ideas what's going on here? Are my configuration bits messed
up
> (although I'm pretty confident that they are correct) or does this
> sound like a programmer issue? Maybe there is a problem with me
> programming a 16F877A as a 16F877? Hope someone can lend some
> insight. I'll paste my code in later tonight.
>
> Thanks,
>
> --
> Matt


______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )