Author |
Message |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Fri Apr 08, 2022 10:36 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Guys, it works now, it's official, the other PIC's are dead. I finally was able to make the blinker work and now I got back to the original thing with the 74LS48 and it's working, thanks for all your ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Fri Apr 08, 2022 6:29 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Thank you all for your feedback, I'm sorry I couldn't interact with you earlier.
Today I got three fresh new PIC16F877A and 10 fresh new 4Mhz crystals (It was a pack, I wish I could have found a sm ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 7:33 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
I just realized that if I unplug GND from my PIC, the led stays on which makes me believe that somehow the pic is just shorting B0 to VDD because, if I'm not wrong, it wouldn't run without GND connect ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 5:19 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
PCM programmer, I rechecked all the connections and I realized I had the PIC displaced one pin, now it is properly placed on my bread board and the led lights on but wont blink, just stays on. I tried ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 4:04 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
It looks like there are black wires going to Vdd and Vss on pins 11&12.
Is it possible both of those are ground rather than 5V and Gnd?
I must admit that my choice of colors is not the most ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 3:58 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
I did check between VDD and GND and my meter shows about 4.8v (approx) I guess that i wouldn't matter those 0.2v down that I have...
I'm afraid I only have 3 PIC16F877A (one of em seems to be dead ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 2:01 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
I just tried connecting the led to the B0 pin with a 330 ohm resistor and using the code provided and I'm afraid it still doesn't work.
I'm starting to consider that my PIC is just dead, the weird ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 1:46 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
PCM programmer you are right, I use a PICkit 3 clone with a Zif socket to program my pic, and I use it on standalone mode so I use the PICkit 3 Programmer app instead of MPLAB.
I will make the ch ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2022 10:55 am Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Post your LED blinking program.
If possible, post a link to a photo of your test board. It should be
a close-up photo so we can see all the connections.
Answering to your request, here is a ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 10:29 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Your PIC may not even be running. Setup a circuit it blink an LED
at 1 Hz.
You are right, I tried to do a simple led blinking via B7 and doesn't do a thing, checked my connections, I wonder if my ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 9:41 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
PCM programmer I just did what you suggested and as I was expecting it didn't change a thing, I mean, it still doesn't work, and it seems to be related to the fact that the 2v I'm getting on the INPUT ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 9:37 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Do you have an 8 MHz crystal and two 20pf ceramic capacitors
installed for the crystal circuit ?
Do you have a 10K resistor between the MCLR pin and +5v ?
Also change your first 3 lines to thi ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 9:08 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
Thanks for the info newguy, I placed a 0.1uF (104) ceramic cap between VCC and GND pins on my 74LS48, and I also added some 10K pullups on BI, BO, and LT pins.
All that being said I'm facing exactl ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 8:37 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
I assume we are talking about a "regular" electrolytic cap, aren't we?? like a 0.1uF that goes between GND and VCC?
Is it normal that I get almost 2V output at A, B, C, D???
and before ... |
Topic: Problem interfacing 74LS48 with PIC16F877A [Solved] |
manusoftar
Replies: 44
Views: 99964
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2022 8:20 pm Subject: Problem interfacing 74LS48 with PIC16F877A [Solved] |
On the circuit design I provided I didn't wire those pins because, first you don't need to connect the PIC to either vcc, gnd or even the crystal on Proteus, by on my fisical circuit I do have all tho ... |
|