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 Lauris

  1. L

    Several tasks using same stack memory

    Hello everyone, maybe anyone here is familiar with a way of making one stack memory for few tasks? Problem is that even if I'm defining one memory area for few tasks which runs for a short time and never runs at same time compiler makes few different allocations for them. main.h...
  2. L

    SPI protocal configure and working

    http://www.atmel.com/Images/doc2486.pdf have all the answers u ever want about all the things atmega8 does, if u need other than atmega8. write your AVR name in google search window. press search and open 1st *.pdf u see. if want something what is already writed in that datasheet here is some...
  3. L

    Li-ion battery charger schematic

    from what I see in that datasheet these chargers r not good for you. since they charge up to 4,2V and in your case u would need 3,65V (correct me if I'm wrong) and for 4 cell pack you need to dissasemble that pack in a way to charge cells individualy with this type of charger. for pack you would...
  4. L

    Need help in I2C slave

    in I2C ea byte have extra bit(ACK), so if u will run @400Khz u will achieve 355,(5) Kbit per sec speed max. so for 400Kbit per sec. you need 450KHz frequency.
  5. L

    how to connet internal hard disc as external hard disc via front panel ports usng USB

    yes. and very easy. Go buy USB<>SATA/ATA (depending on your HDD) box. Put HDD inside it as described in user manual, plug power supply (3.5' HDD boxes usualy requaers external power supply, if 2,5' or 1,8' HDD probably won't need external power supply), plug USB wire one side to box other to PC...
  6. L

    Li-ion battery charger schematic

    seems that you trying to charge litium with constant voltage. if your voltage won't go higher than max charging battery voltage it will work. but as u said it is taking ages. it will be that way. for max voltage alowed for lithium it depends on chemistry, so to find out look for battery...
  7. L

    [SOLVED] way of receiving a list of variables with their size

    Hello everyove, maybe anyone are familiar with way of getting all variables used in programs with theis sizes? Is there a way to do that in uVision3 or is it possible to do that with any other program? To be more exact what I need, I will explain my problem a bit. I have code of certain...
  8. L

    I2C (TWI) ACK flag register use

    Hello eeryone, one question apeared while trying to make full I2C(TWI) interupt based driver. main problem is after transmitting nACK when I can set it back inside ISR(); and don't leave I2C hanging with nACK in register that way uC being isolated from i2C line. case 0x40: //SLA+R has...
  9. L

    Natural ZVS DC<>DC isolated converter

    Hello everyone, maybe anyone could comen about schematics I atached below ability to work as DC<>DC converter. Would be working close to same U on both ends, only use of it is to transfer energy from one side to other up to request. Also maybe anyone have any oter offers how to do what I...
  10. L

    simpe constant U/I supply. Would they work?

    Hello everyone, can anyone coment about how these schematics would act? And would they do that in order I think they should Also maybe anyone have any other offers on making simple constant U/I schematics which are prooved working. Requaerments are same: constant u - 10-80V range to 5V up to...
  11. L

    Interupt action when enabling interupt with interupt flag "1"

    Hello everyone, Was wondering if anyone can explain interupt handler actions in case of enabling interupt with interupt source flag already set. To be more precise processor - LPC2368, fragment of code; * * * * * * //U0LSR.5 (THRE) = 1 somewhere before line below U0IER |=...

Part and Inventory Search

Back
Top