ON 20030701@5:27:05 PM at page: http://piclist.com/techref/microchip/gotchas.htm pGC-hotmail-5A4 Patrick Garcia Carreon Questions: Can anyone give me help about interrupts? I added an ISR (ORG 0x004) with some code but when I compile it, it gives me an error 118 with the message - overwriting previous contents at 004. It doesn't give me the same problem when I take the code out while leaving the ORG 0x004. Anyone know why? ON 20030702@7:55:21 AM at page: http://www.piclist.commicrochip/books.htm JMN-EFP-786 James Newton published post 37804.0026041667 http://www.amazon.com/exec/obidos/tg/detail/-/185233309X     Sid Katzen's The Quintessential PIC Microcontroller
Uses the PIC16F84 as the exemplar. Exhaustive, electronics-hobbyist friendly. Lots of examples, both theoretical and practical. All 16Fxxxx peripherals such as Capture/Compare/PWM, ADCs, comparators covered. |Delete 'P-' before: '' but after: 'chris_pic@gypo.org.uk asks:
Has anyone used a pic to control a mobile phone?
I am trying to use a pic (16F628 or 877) connected to
get a 702 nokia phone to call a number... I can make use of the
ports and can get it controling a phone with a built in 232 port
but not directly connected to the pins at the bottom of the phone.

Can anyone help, this will form part of a alarm project which will use old no longer wanted phones

Thanks
Chris
|Delete 'P-' before: '' but after: 'jscherp@planet.nl asks: " I'm using the tech-tools assembly language for PIC's. Are there any math routines written in this language?
Jo Scherpenisse" |Delete 'P-' before: '' but after: 'lord144_99@yahoo.com asks:
hi i want your help to pave the way for me to success in my project as i when apply your code of the 7-segment disply the mplab give me an error which is "symbol not previously defined reset" please help me and if any give me an engish comment
' ON 20030715@2:57:41 PM at page: http://www.piclist.commicrochip/ios.htm JMN-EFP-786 James Newton removed post 37817.3540509259 |Delete 'bklaips@att.net asks:
Folks,
I am new to the PIC world, I used to be a C/C++ Guy) I am looking for some programming instruction starting at square 1! I have a copy of EPIC and Pic Basic Pro installed and functioning, but don't know how to start with actual programming...declaring variables, includes, i/o manipulation. Maybe some heavily commented code, a particular site, book?
' ON 20030722@4:34:38 PM at page: http://www.piclist.commicrochip/spi.htm JMN-EFP-786 James Newton published post 37821.6939467593 Interfacing 5V PIC w/ 3.3V MMC/SD card: Use the 74LVC244 or 74LVT244 or 74LVX244 series of octal buffers that can at Vcc=3.3V handle 5V on I/O pins. If you need a DIP '244, your only bet is the SN74LVC244AN from TI. |Delete 'P-' before: '' but after: 'computed goto question..." TEMPERATURE_TABLE converts values from LM335 sensors ON 20030727@4:50:10 PM at page: http://www.piclist.com/techref/microchip/pocketprog.htm RSL-SIS-358 Ryan Supan Leis Questions: I built one!!! using 24lc64 eeproms the chipdata upload was successful using the pocket.exe but the pocketpro programmer fails to communicatte with the programmer!!! what could be the problem?

Anyone's help is highly sought after!!!
ON 20030727@6:47:09 PM at page: http://massmind.org/techref/microchip/pages.htm DAV-MP-E62a David A Cary edited the page. Difference: http://massmind.org/techref/diff.asp?url=H:\techref\microchip\pages.htm&version=5 ON 20030727@7:13:15 PM at page: http://massmind.org/techref/microchip/pages.htm DAV-MP-E62a David A Cary edited the page. Difference: http://massmind.org/techref/diff.asp?url=H:\techref\microchip\pages.htm&version=6 ON 20030727@7:21:10 PM at page: http://massmind.org/techref/microchip/tables.htm DAV-MP-E62a David A Cary edited the page. Difference: http://massmind.org/techref/diff.asp?url=H:\techref\microchip\tables.htm&version=4 ON 20030728@3:33:29 AM at page: http://www.piclist.com/techref/microchip/pocketprog.htm RSL-SIS-358 Ryan Supan Leis See: /techref/microchip/pocketprog.htm Tony Nixons Pocket Programmer ON 20030730@6:41:06 AM at page: http://massmind.org/techref/microchip/codeflow.htm DAV-MP-E62a David A Cary Questions: "http://www.kent.net/~boucher/picloops.html a code generator for loops." Has this gone offline ? Did anyone save the good parts ? ON 20030730@7:02:20 AM at page: http://massmind.org/techref/microchip/multitasking.htm DAV-MP-E62a David A Cary Says http://c2.com/cgi/wiki?CoRoutine supposedly this page explains co-routines. Please help me find an even better explaination. ON 20030730@7:26:48 AM at page: http://massmind.org/techref/microchip/codeflow.htm DAV-MP-E62a David A Cary See also: http://www.microchipc.com/Hi-Tech_C_speed_optimization.htm Is there a page on massmind somewhere that shows the (assembly-language) skeletons of various kinds of loops ?
kinds of loops:
(#of iterations not known before the last iteration) do...while(), while()...loop, (#of iterations known at run time before loop starts) do_N_times, (#of iterations known at compile time) do_10_times, ... any others ?
(... mention counting *down* to 0 optimization ...)