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 gaoguanyixh

  1. G

    Mounting File-System on NAND problem

    So in embedded system,FAT file system is not suitable for NAND flash. Usually NAND flash uses yaffs.
  2. G

    CAN bus. Starter-Kit

    TI's LM3S8962 evaluation kit have two board used to communicate.
  3. G

    Mounting File-System on NAND problem

    I wasn't used Keil's FAT system,but I have used Fatfs in project,so I think NAND flash need bad block manage.
  4. G

    MCU for NFC transportation payment

    If I choose STM32F429,but this chip only can run a Light level OS, so it can't run complex GUI.
  5. G

    Crt tv eeprom error please help me and where i will find the that IC in crt tv

    I think you'd better to find a professional to solve the problem. There are some high voltage In CRT TV main board and CRT. This is dangerous. But usually E2PROM is a soc8 package chip to storage channel info or other data closed by CPU.
  6. G

    [General] sensorless bldc Motor control using BEMF

    I have two application note about BLDC back EMF driver which contain BLDC principle,schematic and mathematical model,hope to help you! https://ww1.microchip.com/downloads/en/AppNotes/00885a.pdf...
  7. G

    Automatic school bell with PIC16F877A

    The best solution is used RTC chip. If you only used PIC,you can create a soft timer based on TIMER 1 or other Timers, then,you can Create some Variable to count time by add 1 in soft timer, you must have a function to manage those Variable in main().
  8. G

    [SOLVED] STM32F429 ADC DMA problem

    I Corrected a problem in your function “void DMA2_Init(void)” "RCC_Configuration_DMA();"this function is not definition. I think it should be changed to "RCC_Configuration();" than,I defined CH_TOTAL_NUM_E is 4. I downloaded your code to my STM32F407 DISCOVERY BOARD, I connected PA0 PA2 to...
  9. G

    H.264 encoder chip: which one?

    Some solutions about HISILICON chips maybe can used,but encoder chips often working with EXT RAM.

Part and Inventory Search

Back
Top