Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by junkie_

  1. J

    [SOLVED] Can a PIC drive the Logic Control Section of SSM2404

    :oops: drang! missed it completely under "Absolute Maximum Ratings" Thanks Audio source selector and SSM2404 here I come
  2. J

    [SOLVED] Can a PIC drive the Logic Control Section of SSM2404

    I have already mentioned that VINH=2.4 this is Hi and VINL=0.8, while I appreciate responses to my thread but my question remains unanswered which is: put simple if I connect a port pin of a PIC directly with the driving pin of SSM2404 whose HI/LO I have already mentioned, will it damage...
  3. J

    [SOLVED] Can a PIC drive the Logic Control Section of SSM2404

    Hello All, I am back with another stupid question, I intend to make an audio source select circuit with PIC16F876A and SSM2404. Data sheet of SSM2404 says Logic HI (VINH = 2.4 V) Logic LO VINL = 0.8 V. My understanding is that voltage on a microcontroller port pin is 5 volts. If I drive the...
  4. J

    [PIC] Where is the error in my code

    Thanks susan, Actually what I am trying to do is first learn 7 segment multiplexing, secondly with this program create a 6 digit 7 segment counter. Third stage is to incorporate the multiplexing code with my RTC code of DS1307. What/where I am doing wrong, is it syntax error or something else...
  5. J

    [PIC] Where is the error in my code

    Well I did as "aProgrammer" suggested and corrected one error in char declaration the code is now compiling OK, but proteus simulation shows weird behavior. I know I am making a fundamental error in the code "CNTRL", "if statements" or "CA[]", but cant seem to put my finger on it. Appreciate if...
  6. J

    [PIC] Where is the error in my code

    Dear board, I am back with another problem with the code mentioned below: #include<pic.h> //Define PIC Registers __CONFIG(0x3f72);//HS oscillator, Enable(PWRTE,BOREN), //Disable(CPD,CP,WDTEN,In-circuit Debugger) #define CNTRL_PORT PORTA...
  7. J

    [SOLVED] Slight Help Needed in uderstanding the code

    Thanks for the detailed explanation, and I'll keep it in mind. But as they say "real proof of the pudding is in the eating" for now the code is working pretty well, and its not a military grade project therefore I'll just keep using it. Hmmm, perhaps I forgot to check the thread as "SOLVED"...
  8. J

    [SOLVED] Slight Help Needed in uderstanding the code

    Thanks Brian, Although I don't need to read anything from LCD, but I ll keep your advise in mind.
  9. J

    [SOLVED] Slight Help Needed in uderstanding the code

    Dear All, thanks for your inputs, first of all the code was done by professional software engineer, LCD in this case works better than many other firmwares. I dug through Hitech C manual and found that the issue is discussed at length in section 3.3.9 under "Structures and Union" and according...
  10. J

    [SOLVED] Slight Help Needed in uderstanding the code

    Hello all, I need slight help in understanding the following code, it is written in Hitech C, from what I understand is that LCD data (D4_D7) is defined at PORT A (RA0_RA3), but what I don't understand at which pin R/S and E are defined and if I want to change it to PORT B with different pin...
  11. J

    [PIC] PIC18F27J53 Bootloader Mode Issues

    Wp100 Hi: I wish I was good at assembly, I just beginning again after many years with C only. I changed the code here btfss PORTB, 5, 0 This was the original code btfss PORTB, 2, 0 Now would any one point where to set PORTB5 as digital input instead of PORTB2
  12. J

    [PIC] PIC18F27J53 Bootloader Mode Issues

    I have downloaded and compiled Microchip Bootloader for PIC18F27J53 found in Microchip Solutions v2010-08-04, the original code found in the directory has bootloader mode button located at RB2, I tried to move it to RB5 instead, I think I did change the code, however, when I compile and burn...
  13. J

    [SOLVED] 7 Segment Code issues

    Re: 7 Segment Code issues - Help requested Thanks a lot abidr your solution works like a charm.
  14. J

    [SOLVED] 7 Segment Code issues

    Re: 7 Segment Code issues - Help requested Thanks a lot abidr. I compiled the code but there is too much flickering and the digits are not in sequence.
  15. J

    [SOLVED] 7 Segment Code issues

    Re: 7 Segment Code issues - Help requested "abidr" that is exactly what I intend to achieve, i.e multiplex at least 4 7 segments on PIC16F87xA, and do it in XC8 or Hitech C. It will be kind of you to help.

Part and Inventory Search

Back
Top