PDA

View Full Version : hi . can someone help me ?



amenoera
- 14th June 2007, 06:20
hi everybody .

i wish to find someone help me here .

am working with pic18f4550 and i need to configure it as 8 analog input (

connected to variable resistor ) - 8 digital input (0-1) - 8 digital output .

i did it but i cant make the analog part code .

so . can some one help me to do it . ( i need the pbp code + vb code )

thanks .

mister_e
- 14th June 2007, 06:26
here's something to help you to start

USBDemo, something to learn USB a little bit

http://www.picbasic.co.uk/forum/showthread.php?t=5418

amenoera
- 14th June 2007, 07:04
thanks alot dear .

but when am trying to compile it i get :

"overwriting previous address contents (0000)"
"overwriting previous address contents (0001)"
"overwriting previous address contents (0002)"
"overwriting previous address contents (0003)"
"overwriting previous address contents (0004)"
"overwriting previous address contents (0005)"
"overwriting previous address contents (0006)"
"overwriting previous address contents (0007)"

and when am trying to delete the first asm block in the pbp code it compiling

good . so what is the problem ?

skimask
- 14th June 2007, 07:47
thanks alot dear .
but when am trying to compile it i get :
"overwriting previous address contents (0000)"
.........


A simple search on just the word 'overwriting', would give you this:
http://www.picbasic.co.uk/forum/showthread.php?p=6775#post6775
which most likely contains the answer to your problem...