View previous topic :: View next topic |
Author |
Message |
misterPJ
Joined: 12 Jan 2012 Posts: 4
|
pic C programming help! |
Posted: Fri Jan 13, 2012 1:38 pm |
|
|
errased
Last edited by misterPJ on Mon Jan 16, 2012 6:51 pm; edited 1 time in total |
|
|
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
|
|
Posted: Fri Jan 13, 2012 1:56 pm |
|
|
is this ?
1- home work?
2- hobby?
3-hacking?
4- an actual design for some purpose other than the above ??
|
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9246 Location: Greensville,Ontario
|
|
Posted: Fri Jan 13, 2012 3:33 pm |
|
|
missing some 'minor' details.
...like..
type of LCD ?
.serial?
..ttl?
..I2C ?
..SPI ?
.parallel?
.. 8 bit ?
..4 bit ?
.direct?
type of KPD ?
..muxed ?
..discrete ?
..3by4 ?
..4by4?
type of PIC ?
.16,18,24 series
version of compiler ?
.PCM,PCH,PCD ?
There is of course examples in the , well, 'examples' folder that CCS kindly supplies which would be a great start..... |
|
|
misterPJ
Joined: 12 Jan 2012 Posts: 4
|
|
Posted: Fri Jan 13, 2012 6:36 pm |
|
|
this is for my work
im using a easypic5 board
4x4 keypad
EEPROM
2x16 LCD display
im programming the board in C
if you guys could help me, im stuck on that piece of code |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Fri Jan 13, 2012 6:57 pm |
|
|
What processor and what compiler version? _________________ Google and Forum Search are some of your best tools!!!! |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9246 Location: Greensville,Ontario
|
|
Posted: Fri Jan 13, 2012 7:08 pm |
|
|
A quick look at that board says that it could hold any one of over 120 different PICs. Hmm.. my xtal ball is broken and I can't see which PIC you're using.
Sorry, but without specific information no one here can really help.
What I find 'interesting' is that you've come here asking for help which you obviously couldn't get from the mfr of the board. If you can't get support there, I strongly urge you to throw out that board and buy one of CCS's products. They WILL support what they sell !! |
|
|
misterPJ
Joined: 12 Jan 2012 Posts: 4
|
|
Posted: Fri Jan 13, 2012 7:50 pm |
|
|
I'm using mikroc pro for PIC compiler
I cant change the board I was assigned to work with this one
and its true there is no help at all in their manual, especially when it comes
to keypad usability
and i need to meet my deadline
i need to make my while(1) routine to work using the keypad to change my data and display in the lcd, any of you guys have any idea how to help
+++++++++++++++++++
MisterPJ,
Do not post questions about MikroC on the CCS forum.
Use their forum:
http://www.mikroe.com/forum/
You were warned here:
http://www.ccsinfo.com/forum/viewtopic.php?t=47185
One more time and you get the boot.
- Forum Moderator
++++++++++++++++++++ |
|
|
|