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 cyberthor

  1. C

    Function stack, interrupt stack

    Ok I understand what you said. But what about function called? Would it push data onto the same stack? For example, in the following sequence: 1. main program runs. Stack is empty 2. A function is called, therefore some data (parameters, local variables, etc) are pushed on stack 3. Before...
  2. C

    Function stack, interrupt stack

    Hi, I am confused about the stack. I understand that in embedded C programming for MCU, when a function is called, a stack frame is created so that the following can be stored temporarily on the stack: return address, function parameters, return value, local variables, etc How about when an...
  3. C

    Flash Programmer, s19

    Thanks Brian. - So the flash programming tool (or emulator) would interpret s19 file's (each line's address and data), and then download them to MCU? So it is ok for the s19 file not to start with address zero? - Is the s19 file used by other component in the toolchain, besides flash...
  4. C

    Flash Programmer, s19

    Hi, What is the purpose of s19 file? Am I right that it is used by flash programmer to download the code to MCU? But why can't a flash programmer download binary file directly onto MCU? Because s19 is just text file, how can be a text file be flashed onto MCU? I guess my main question is: I...

Part and Inventory Search

Back
Top