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 hiclickme

  1. H

    pls help nios generate error : too many systems()

    Hello: I found answer from altera Mysupport. They response very quickly. Just del ptf files in the project directory and regenerate. Done! Have a nice day.
  2. H

    pls help nios generate error : too many systems()

    avalon_bridge Hello I am new at nios ii. while I try to generate at SOPC builder, it appeared the following error log. (the project can be generated at another computer, and I've tried other projects got same error report.) Could you help me? Thank you very much! Altera SOPC Builder Version...
  3. H

    want to make own nios development board for learning

    Thank you all. Comparing the price of PCB DIY to a basic done cyclone board, I choose the latter. About 75 USD for a cycone board with EP1C6T. Well, of course its just for quick start. I will make my own board after can really handle this new device.
  4. H

    want to make own nios development board for learning

    Hello I want to learn fpga and NIOS II. And I want to make my own development board for getting start. I just need a basic system. Could you tell me how to getting start and tell me where can I get a schematic? for NIOS II, which chip should I choose? cyclone or startix? My final target...
  5. H

    integer times and disassembly problem

    hello I am a newbie at microprocessor I don't know how do a value over 255 times a value over 255 in asm laguage. So I type it in C language and compile it then read the disassembly sentence by sentence. But it beat me from very beginning. Some sentences are missing. eg: C:0x000C 02004A...
  6. H

    why TI=1 before printf()?

    Thanks Free_Will Now I know why C:0x040C 3099FD JNB TI(0x98.1),C:040C C:0x040F C299 CLR TI(0x98.1) C:0x0411 F599 MOV SBUF(0x99),A The way to answer is always much more important than the answer
  7. H

    why TI=1 before printf()?

    Hi,SphinX, I use "Keil uVision2"
  8. H

    why TI=1 before printf()?

    Hi, Free_Will. Sorry for my poor expression! I am learning C from assembly language. If I want to send 'A' through TXD, I would write like this in ASM MOV A,#'A' CLR TI MOV SBUF,A JNB TI,$ TI will be setted 1 when a byte send done, and it stop send. So if I want it send, I need TI=0, in ASM...
  9. H

    why TI=1 before printf()?

    Hi, I used to write program in ASM lanuage. As it groups bigger, I get confused. Now I take the step to C. Why? ... TI=1 printf("why TI=1 before printf()?\n"); ... Thinking in ASM. I always "CLR TI" to make SBUF send. I think it should be ... TI=0 printf("no matter what you type I print...
  10. H

    need one more RXD UART in 89c51

    dual uart 89c51 Hi, Pisoiu, thanks for you advice. Now I plan to use a 74LS153 to share the RXD at different time.
  11. H

    need one more RXD UART in 89c51

    uart in 89c51 Hi I am a new beginner at microcontroller. I started it by Atmel 89c51. Now I am doing a project need 2 inputs and 1 ouput UART by 19200 bauds. How to do it? software thanks for advance
  12. H

    How to start doing application work in embedded systems

    Re: How a beginner starts? I readed microcontroller and interface tech, not bad I learned assmbel language, then C, and built small project by 8051

Part and Inventory Search

Back
Top