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 fasihuddin

  1. F

    pic24f32ka304 oscillator value calculation

    iam using pic24f32ka304 controller.to configurre the oscillator he says claculte Tcy and based upon that value claculate the desired on time and load in the ocxr register...i had claulated the tcy .it is 250ns.(2/8MHz)...how to calculate the desired on time based upon this value
  2. F

    PORT initialization and ADC error

    iam usiing pic2f32ka304 controller and writing the port initialization program as follows #include"stdio.h" #include"stdlib.h" #include"p24F32KA304.h" #include"libpic30.h" void init_port(void); void main() { init_port(); } void init_port(void) { TRISA=0x0004; // set RA2 as an i/p and others...
  3. F

    current sensing problem

    iam using the ADC ...and also the same reference( fixed voltage reference)..do u mean having the same voltage reference will create the problem...and the problem can be eliminated by increasing the gain ---------- Post added at 09:31 ---------- Previous post was at 09:30 ---------- measuring...
  4. F

    current sensing problem

    i am using the pic24f32ka304 controller.in my project i am sensing both the voltage and current.and iam sensing the current upto 0.9 A.and when the current is at .9A it will go to another stage....but when iam switching the unit on/off continously ...the unit is sensing the current as .9A...
  5. F

    how to count the time

    i want the code ....for how to count the time to disable the interrupts for 5 instructions.. if we want a certain loop to execute it for 2 hours...how should we calculate the time...pls explain me clearly... iam new to embedded programming... lets assume the oscillator freq..is 8MHZ.... iam...
  6. F

    Looking for course for electronics hardware engineer

    u can go through the efy magzine...they r conducting the courses in basics of electronics...and in other electronic fields....if u want to know some basics u can go through the electronic devices & circuits by salivahan
  7. F

    pic eeprom programming in pic24f

    s.. it means do we have to start the program with the help of nvm registers...
  8. F

    pic eeprom programming in pic24f

    iam using pic24f32ka304 controller in my project..i need a sample proogram r a small program on 1) Initilizing eeprom.. 2) data read & write
  9. F

    How to calculate the value of PR register

    how to calculate the value of PR register to load into the timer
  10. F

    how to find tad, tcy , tosc , fosc

    if Tcy=1/fosc and fosc =4 then how can the Tcy =1....its Tcy=1/4=0.25
  11. F

    how to find tad, tcy , tosc , fosc

    iam using 8MHZ crystal oscillator.. so i need how to calculate the following things..thnx in advance 1 ) Tad 2) Fosc 3) Tosc 4)Tcy
  12. F

    sample programs for the pic controller

    i am using pic16f32ka304 micro controller and i need the sample programs for ADC,PWM initializations...

Part and Inventory Search

Back
Top