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 prem123

  1. P

    Problem in FFT analysis using powerGUI in MATLAB simulink.

    I have implemented a model related to power electronic converter in MATLAB simulink. it is a custom model which is created by using MATLAB functions and equation blocks. Although I have included power GUI inside the model, my output waveform of the scope does not show in the FFT window. it shows...
  2. P

    [SOLVED] interfering if signals while LCD running in 18f4431....

    here is the code... char *text7 = "OVER CURRENT"; char *volt[1]; char *freqncy[1]; int j=0; unsigned int vol; unsigned int freq; unsigned int tem; void Voltage(int vol); void Frequency(int freq); void Temperature(int temp); void Move_Delay(); void sectors (int sector); void duty(unsigned int...
  3. P

    [SOLVED] interfering if signals while LCD running in 18f4431....

    i am generating pwm signals in 18f4431. duty of those signals are controlled by an analog input. but when lcd display is included in to the program, the controlling task is not performed correctly. what can be the reasons??
  4. P

    [SOLVED] need help in A/D for 18f4431

    it is just to clear ports before showing new values....
  5. P

    [SOLVED] simulation errors in proteous....

    when simulating an A/D program for 18f4431 in proteous software, following errors were shown.... what are the reasons for such cases....??
  6. P

    [SOLVED] need help in A/D for 18f4431

    can somebody give me a sample code for A/D conversion in mikroc for 18f4431.. or please tell me the error in the following code... unsigned int temp_res; void interrupt() { if(PIR1.ADIF){ PIR1.ADIF=0; ADCON0.GO=1; }} void main() { TRISB=0x00; TRISD=0x00; TRISA=0xFF...
  7. P

    [SOLVED] problem in updating the duty cycle values of 18f4431

    problem in assigning the duty cycle values of 18f4431 usually according to the data sheet, the highest PDCn value should be PTPER register value. but when assigning duty cycles,largest duty cycle comes when PDCn=127. why is that??? when we assign 128 the output stays in ON state. bellow is the...
  8. P

    [SOLVED] difficulty in configuring TMR0 in 18f4431

    Hi.. i want to write a program in mikroc. when the written program is simulated, the increment of tmro cannot be seen.it should be done in 18f4431.
  9. P

    [SOLVED] difficulty in configuring TMR0 in 18f4431

    can u give me an example of tmro interrupt in 18f4431. how can we start the counting of timer???

Part and Inventory Search

Back
Top