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 stefan_d6

  1. S

    Three phase power supply regulator

    Can somebody suggest ready to use scheme of control of the SCR's (see image).
  2. S

    DC motor control with L6384

    l6384 I built a scheme that controls the speed of DC motor through the PC, see the circuit. Everything was fine with power supply of the motor up to 30V. When I applied 200V everything burned. I didn't understand what happened - the two MOSFETs IRFP260N, the MOSFET driver L6384 and the uC are...
  3. S

    DC motor control with IR2110

    ir2110 applications I have to build a device that controls the speed of a DC motor 127V,10A. I decided to use IR2110 - half bridge MOSFET driver and IRFP260N - N-channel MOSFET. And here the problems begin. When I apply 1kHz (50% duty cycle) pulses to LIN and HIN from PIC there is no response...
  4. S

    This is a working RS232.... ICD2 !!!!

    My ICD2 is finally working. Everything in my previous post is correct - the Configuration Bits and the source code. The problem was in the hardware. The MOSFET providing 5 V when the target is in debug mode was broken and when MPLAB is trying to set the target in debug mode it is not powered...
  5. S

    This is a working RS232.... ICD2 !!!!

    Well, can someone give me a reasonable explanation what's wrong with my ICD2. Here is my test program in PICC #include <18f1320.h> #device ICD=TRUE #fuses HS,NOWDT,NOPROTECT,NOLVP #use delay(clock=4098000) #define TOGGLE_PIN PIN_B0 // This function turns the LEDs on and off void...
  6. S

    How to convert Hex -> Asm -> C

    how to convert a .hex file back into .c? atmel OK here is some extract from the D52. Would you discribe what stands for t3, r6 or acc.7. Give some tips how to read it. org 0abh ; ljmp X043f ; 00ab 02 04 3f ..? ; X00ae: mov...
  7. S

    How to convert Hex -> Asm -> C

    convert 00bf to hex I recently work with Cygnal's uC and use uVision or Silabs IDE to write code. I find a firmware of a device that I want to study more deeply but the firmware is in BIN format that I can easily convert in HEX. But I don't know how to convert it in ASM format and more...

Part and Inventory Search

Back
Top