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 bobcat1

  1. bobcat1

    How to set up STM32 with 250K byte external SRAM

    Hi All I have STM32 bord connectd with 250K extrnal sram The SRAM interface is fully debuged using FSMC function access using IAR compiler (works when system run) How do I set up the IAR and the STM32 firmware to recognize a linear space of all RAM e.g. 252K + 96K(internal)? I have config...
  2. bobcat1

    MSP 430 Current consumption in low power mode

    Hi You need to measure current and voltage changes in your circuit using a sensitive high speed current meter (use a scope and a current meter probe) - a costly equipment you will also need to use a data logger with current and voltage meter to measure and log current consumption data ,in...
  3. bobcat1

    Creating Library in MSP430 IAR Workbench

    Hi You don't need to create a library - just place the code in a separate C and H files - the code will be accessed via the function prototype in the H file All the best Bobi
  4. bobcat1

    Reactive current measurement

    Hi Using only microcontroller (+ A2D) to measure is complicated task Use AD7753 from analog device to measure reactive currents. All the best Bobi All the best Bobi
  5. bobcat1

    interfacing a vga camera with Spartan 3E fpga.

    Hi STM32F2xx has camera interface download the data sheet and user manual - read and learn how the camera interface work All the best Bobi
  6. bobcat1

    [SOLVED] how to control VS1003 based mp3 Player board

    Hi As far as I know The VS1003 ins controlled by SPI bus All the best Bobi
  7. bobcat1

    Creating a Databse in Development Board Memory

    Hi A simple data base can based on a data structure(a union housed structure in c language) with ptr access to it's components. The structure can be placed in ROM{FLASH} and need to copied to ram using an image structure, up on Reset. you can also use a more sophisticated method like...
  8. bobcat1

    embedded systems, what to do to become an expert

    Hi 1st step There are 2 filed in the embedded system 1) microprocessor 2) microcontroller's First you should decide in what field you want to work in 2nd step once you choose a filed you must work & have experience with as many as known product from that sector ...for instance whether...
  9. bobcat1

    problem writing and reading to Micron MT29F using MSP430

    Hi Flash memory have special command to alow programming - you must use this command befor trying to write data into flash All the best Bobi
  10. bobcat1

    Strain gauge interfacing with 8051

    You will need external A2D converter Go Analog device site and search "Strain gauge" application note All the best Bobi
  11. bobcat1

    Phase Locked Loop Implementation

    Hi re attach or upload the information All the best Bobi
  12. bobcat1

    bldc drive using micrcontroller

    Hi All most all micro producing company's have solution for driving BLDC motor's - depend on motor type and algorithm Driving BLDC motor is a bit complicated task - first you need to know your motor type and type of feedback sensor (or working sensor less) You will also need a fast micro to do...
  13. bobcat1

    Problem in MSP430 compiler?

    Hi It just might be a compiler error - try to upgrade the compiler to the latest version All the best Bobi
  14. bobcat1

    BLDC motor data [help]

    Hi Can you please upload data sheet for the motor Thanks Bobi
  15. bobcat1

    D/A IC Voltage Problem

    Hi Just applay the 5V D/A output via a 2X amplifier (opammp) with proper power source (12V VCC min) bear in mind that the converter output is dabbled All the best Bobi

Part and Inventory Search

Back
Top