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

Discussion Groups

Piclist

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.

Search Results for "ide"

  

Post a new Thread

Parameters not passing correctly

Basic Poke - Jun 30 2008
I am writing a program for the PIC18F66J50, using MPLAB IDE v8.14 (also happened with 8.10). Suddenly I noticed one of my functions was not working correctly, and discovered t... Parameters not passing correctly

Position Control with PIC   [5 Articles]

poopinurmouf - Jun 25 2008
I am using a PIC18F458 to try to get a motor to lift a weight a specified distance. I am using a quadrature encoder to close the feedback loop and the encoder has 1600 counts per... Position Control with PIC

Re: CAN programming problem on the 18F4685 ?

dlc - Jun 10 2008
Hi, Thanks for the response. I could duplicate the problem on two different systems with two different types of the chip. I found out what went wrong. A nice low key p... Re:  CAN programming problem on the 18F4685 ?

Re: which is the good PIC to start

"John J. McDonough, WB8RCR" - Jun 10 2008
It depends on what you want to do and how you learn The PIC16 parts have been the hobbyist favorite for a long time. As a result, there are a lot of examples, and a lot of tut... Re:  which is the good PIC to start

PIC18F4580 and CAN

Bandaru Kondala Rao - Jun 10 2008
Hi every one i am working with PIC18F4580 device and wanna implement CAN. if i use CANCON in my program it is showing error as shown below undefined identifier: CANCON I ... PIC18F4580 and CAN

Re: Here's how to get CVS & CVSNT working in the MPLAB IDE

seth...@sun.com - Jun 10 2008
Hi, Thanks for this -- it seems to be working for me, but all I see next to the source files is "((NULL))" -- what's supposed to be there? The latest source file tag? How do... Re: Here's how to get CVS & CVSNT working in the MPLAB IDE

Re: COMPLETED: SWR/wattmeter project   [3 Articles]

Harold Hallikainen - May 30 2008
> Those of you who are amateur radio operators (like me) would be > particularly interested in my completed project. > > Thanks to all of you who helped me out with Asse... Re:  COMPLETED: SWR/wattmeter project

I2C hangs   [5 Articles]

KM6VV - May 26 2008
I'm having a problem with I2C on an 18F4620. it occurs while waiting for SEN to go low acknowledging "Initiate Start". It may occur either when sending command or getting f... I2C hangs

Breakpoints in MPLAB   [2 Articles]

Basic Poke - May 23 2008
I am having a rough time with the breakpoints in MPLAB 8.10, using MPLAB ICD 2 as the debugger. The debugger will often stop at the line after the breakpoint, but sometimes ri... Breakpoints in MPLAB

Re: Need help for A/D convator   [2 Articles]

cdb - May 17 2008
Hi, Do you mean how to wire it up to the Pic, or how to code for using the SPI interface? If a general idea on coding the SPI sequence - in assembler or ????? Colin :: ... Re:  Need help for A/D convator

Please help with "cannot fit the section" error.   [2 Articles]

Basic Poke - May 16 2008
I am getting the following error in MPLAB 8.10. Any idea what's going on? I don't even see any uninitialized variables in Main.c. MPLINK 4.20, Linker Copyright (c) 2008 Mic... Please help with

Confusion over the INDF and TMR0 registers   [4 Articles]

Jason Hsu - May 15 2008
I'm trying to understand the Assembly language program contained in the file Pic_swr.asm inside: http://www.arrl.org/files/qst-binaries/picswr.zip At the beginning of the prog... Confusion over the INDF and TMR0 registers

MPLAB "Go To Locator" not working   [4 Articles]

Basic Poke - May 8 2008
Any ideas why my MPLAB "Go To Locator" is not working? I put my cursor on a function name, right-click, and choose Go To Locator. It should go to the function definition. It... MPLAB

Re: PIC 16F877A problems...

James Eiter - Jan 12 2008
First of all, welcome to PICs! Your problem could be anywhere. First, make sure that you have the correct processor declared in both the IDE's menu and in the code itself. Be ... Re: PIC 16F877A problems...

Re: 12F675 Startup Problems

starutopy - Dec 15 2007
Hi, you may try to bypass VDD & VSS by an 100nF capacitor as close as possible to pin 1 & 8. Then don't connect directly pin 1 to 4, but put a resistor 100K from pin 1(VDD) to p... Re: 12F675 Startup Problems

Re: Re: 12F675 Startup Problems

cresswell - Dec 13 2007
--------------Boundary-00=_0EROQL80000000000000 Content-Type: multipart/alternative; boundary="------------Boundary-00=_0EROLVC0000000000000" --------------Boundary-00=_0EROL... Re:  Re: 12F675 Startup Problems

PIC 16F877A And SI 3000

that dude - Dec 13 2007
I was trying to create a simple Audio processor using a Micro chip 16F877A and a SI3000 chip. I am having trouble figuring out what the best way to interface the two chips togeth... PIC 16F877A And SI 3000

USB and 18f2550   [3 Articles]

Lez - Dec 13 2007
I want to programa 18f2550 with nothing more complicated than a usb cable.......... Now I know that first time round I need to serial program into it and then.... (a) bootload... USB and 18f2550

Re: Re: 12F675 Startup Problems

Dennis Clark - Dec 11 2007
One of the best ways to avoid the "Hyperterminal sickness" is to get a shareware program "Teraterm". It works better, is more reliable, more flexible and it can do data logging ... Re:  Re: 12F675 Startup Problems

Re: 12F675 Startup Problems

rj_satterlee - Dec 11 2007
Hello- I've had some similar problems with hyperterminal in regards to startup problems myself. Watch what your initial "power up" conditions will look like to hyperterminal.... Re: 12F675 Startup Problems

Need Help Urgently - Mysterious Problem after adding Function   [3 Articles]

Roger_4U - Dec 8 2007
Hi Folks: I am up a creek, I have been working on some code for over a year and I am totally stumped with this last problem: Device: Pic16F88 Chip OSC: 20Mhz Programmer: ... Need Help Urgently  - Mysterious Problem after adding Function

Re: Need Help Urgently - Mysterious Problem after adding Function   [3 Articles]

Jcullins - Dec 8 2007
sounds like you may have something declared as byte and using it as word so it writes over the next memory location. Just a first guess ----- Original Message ----- From: "... Re:  Need Help Urgently  - Mysterious Problem after adding Function

Re: 12F675 Startup Problems

kg4pid - Dec 8 2007
To make it work I had to change the the value that gets moved into OSCCAL. Since the serial routine that I used had been around awhile I can only assume that the problem is in ... Re: 12F675 Startup Problems

Re: 12F675 Startup Problems

Eirik Karlsen - Dec 7 2007
This may be a baudrate problem, baudrate accidentally coming within spec while the power is on the downslope. Hyperterminal will usually filter out anything that isn't readable. ... Re:  12F675 Startup Problems

address decode on serial   [4 Articles]

Randy McKenzie - Nov 28 2007
Hello all: I have a desire for a project to use a PC as a master, poll various pics on a rs485 network, using a very simple polling idea and have the pics respond with their... address decode on serial

USART Transmit Issue

Maran - Nov 28 2007
Hi All, I am facing an issue with the USART Transmit. My code is as shown below...... #include #include void main( void ) { char group[10]="Microchip "; int i; O... USART Transmit Issue

ICD2 Busy and Hung

scottmack1 - Jun 27 2007
I am having some kind of problem with the communications to the ICD2. When I start MPLAB IDE v7.60 with the ICD2 plugged in my computer's USB port and the ICD2 plugged into my... ICD2 Busy and Hung

plz help me in project selection

samra kanwal - Jun 27 2007
hello all i need your help in selection of microcontroller project. plz give me ideas of student level projects using 8051 microcontroller. plz give interesting but easy t... plz help me in project selection

=?iso-8859-1?q?ICD2Clone_don=B4t_work_=3F=3F?=   [2 Articles]

Luis - Jun 5 2007
hi all, I´m build the icd2clone, in WindowsXP it´s ok, but in MPLAB: MPLAB ICD 2 Ready Downloading Operating System Connecting to MPLAB ICD 2 ...Connected ICDWarn0054: MPLAB... =?iso-8859-1?q?ICD2Clone_don=B4t_work_=3F=3F?=

RE: Re: function generating IC

Alan KM6VV - May 25 2007
Hi Eirik, all, Good ideas. I’d also like to add that if you write a function in BASIC (or any other language of your choice), you can use a simple loop and print out the valu... RE:  Re: function generating IC

PIC 18F4220 for NRZ (Non-Return Zero) signal...

Mohd Amirul Aizat Mohd Paiz - Mar 2 2007
hello! sorry for disturbing... i am now doing a project using MC PIC 18F4220. it is actually a fiber optics project, but i've been assigned to complete the receiver part wh... PIC 18F4220 for NRZ (Non-Return Zero) signal...

how to use PIC18F4220 ?

Mohd Amirul Aizat Mohd Paiz - Mar 2 2007
hello! sorry for disturbing... i am now doing a project using MC PIC 18F4220. it is actually a fiber optics project, but i've been assigned to complete the receiver part wh... how to use PIC18F4220 ?

Problem reprogramming PIC16F876 using Wisp628 and Bumblebee

ward...@ife.ee.ethz.ch - Mar 2 2007
Hello all, I\'ve spent several days now stuggling with the my PIC16F876 setup and the Wisp628 programmer. I managed to program the device once (code shown bellow) but after that... Problem reprogramming PIC16F876 using Wisp628 and Bumblebee

Re: Stepper motor pulse width question   [2 Articles]

rj_satterlee - Jan 24 2007
There are many factors to consider. There is a maximum pulses/second mentioned somewhere on the data sheet and of course, that should not be exceeded. There is an acceleration ... Re: Stepper motor pulse width question

AM Transmitter   [2 Articles]

Dave C - Jan 16 2007
I've been tossing around the idea of building a FCC part 15 AM transmitter, and was wondering if it is possible to use a PIC Microcontroler as the Freq. Osc. This would all... AM Transmitter

RC5 Code in C   [5 Articles]

Kamal Shankar - Jan 2 2007
Hi Has anyone done a single/two channel or more Remote controller codec using some variant of C (HiTec C/CCS C etc). Based on RC5 would make it more useful. I want to contr... RC5 Code in C

Re: Re: Pull up resistors ?   [3 Articles]

Bill Davis - Jan 1 2007
Program in C, I'm wanting to a control board to test stepper motors. The idea is to be able to activate a push switch to add say in 100 revs increments (counting as I go) until... Re:  Re: Pull up resistors ?

Re: CCS vs MicroC or HitecC   [4 Articles]

Paul Snuggs - Dec 22 2006
I use Wiz-C from www.fored.co.uk Has very good simulation features in the IDE. ----- Original Message ----- From: bacha bacha To: p...@yahoogroups.com Sent: Tue... Re:  CCS vs MicroC or HitecC

more 2550 issues   [2 Articles]

Lez - Nov 2 2006
well I got the programmer working. I burned it with F88 code, changed some port assignents etc as I now have more IO lines. Turned it on and all looked fine. Except, the ... more 2550 issues

Re: code rquest........(dont hit me!)   [4 Articles]

Malcolm Crabbe - Nov 1 2006
Lez, I have no idea why it wouldn't work in ICSP mode. I tried three programs ( WinPIC, ICPROG and PICPGM), I tried short leads from the programmer to the chip, and obvious... Re:  code rquest........(dont hit me!)
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | next