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 pcsandhya82

  1. pcsandhya82

    KiCad : How to find un connected tracks/nets in the finished board?

    Hello, I am using Kicad BZR4022. After designing the PCB, while running the DRC I want to be able to detect the electrically unconnected tracks/vias in the board. How can I do this? I have searched online forums and have not found an answer. Also, if this option is not currently there in KiCad...
  2. pcsandhya82

    [SOLVED] KiCad: How to get rid of "soldermask expose on trace" error?

    Hello, I found the issue. It was with the design of footprint. there was an un necessary mask clearance given in the foot print which had to be removed. Thanks.
  3. pcsandhya82

    [SOLVED] KiCad: How to get rid of "soldermask expose on trace" error?

    Hello all, I have made a PCB with soldermask clearance as 0(Dimensions-> Pads Mask Clearance-> 0) , but the fabrication people has sent it back saying "We found soldermask expose on trace on both circuit layer" . Why does this happen? Ive attached snippets of my PCB where the Fab ppl points...
  4. pcsandhya82

    KiCAD 2013 'delete' button missing in right menu bar

    Hello, the delete button seems to be missing in the right menu bar after I installed KiCAD 2013(Build: 2013-07-07 BZR 4022) on windows 7. I was using KiCAD 2010 until now and it didn t have this problem. Since Delete button is very useful to me, I d like to know if someone else also has faced...
  5. pcsandhya82

    [SOLVED] designing ISP header for STM32F030F4P6

    Got reply from STMicro forum. "PB3 SWO is typically used in support of the SWV (Serial Wire Viewer), as far as I'm aware the Cortex-M0 does not support this functionality (Debug/Trace), or JTAG, so the pin can be left unconnected. If may be connected in the schematic due to the way ST shares a...
  6. pcsandhya82

    [SOLVED] designing ISP header for STM32F030F4P6

    Hello, I am designing a board using STM32F030F4P6. I have to use STM32F0 Discovery board STLINK for ISP. Checking the schematics of Discovery board, I found out that the ISP connector (SWD) is connected as follows: 1.3.3V 2.SWCLK 3.GND 4.SWIO 5.NRST 6.PB3 of the STM32 controller on board...
  7. pcsandhya82

    fractional gain differential amplifier with LM2904

    Sorry! Its a differential 5V DC signal.
  8. pcsandhya82

    fractional gain differential amplifier with LM2904

    Hi, How to design a differential amplifier which converts 5V input to 3.3V output? the IC should be LM2904. Thanks.
  9. pcsandhya82

    KiCad Ubuntu: How to convert a .brd file to .pdf format?

    Hi, I need to convert my .brd file in ubuntu KiCad EDA Build 20090216 final into a pdf document of the same dimentions. There are no options to export as pdf, so please tell me if this is possible. Thanks.
  10. pcsandhya82

    [SOLVED] pic16f877a external interrupt isr seems to stall the entire program.

    Hi all, Actually it was a compiler issue. My program worked on windows xp machine. May be Hitech C Lite has a problem working with 64bit machines. Jayanth, Thank you.
  11. pcsandhya82

    [SOLVED] pic16f877a external interrupt isr seems to stall the entire program.

    Hi Arun, A I know it is not advisable to use delays, but using delays should not cause the problem that i stated. if the controller is always in interrupt, it should at least execute what is written in ISR, I have written that it is not doing so. PORTB is externally pulled down. Then why...
  12. pcsandhya82

    [SOLVED] pic16f877a external interrupt isr seems to stall the entire program.

    Hi all, below is the code for external interrupt on RB0 of PIC16F877A controller. the issue is, external interrupt does not seem to be working with other peripherals. when the static void interrupt isr() routine is commented out, whatever is in the main program works. but as soon as the isr is...
  13. pcsandhya82

    pic16f877a wake up from sleep using synchronous serial reception.

    i ll try that jestin.. thanks all!
  14. pcsandhya82

    50Hz sinewave oscillator controllable linearly with POT

    Hi all, How to generate a sine wave of frequency 50Hz +/- 10Hz controllable through a POT? the amplitude can be +/- 5to12V, duty cycle 50%. 555 and 566 give only +ve wave forms, i need a wave with alternating polarity. thanks.
  15. pcsandhya82

    pic16f877a wake up from sleep using synchronous serial reception.

    Jestin, Thats sounds promising.. but could you explain it a little more? Thanks.

Part and Inventory Search

Back
Top