How Do You Write Answers for Embedded System Design Exam Questions?

AI Thread Summary
The design process for embedded computing systems involves several key steps. First, it's essential to define the project's objectives and what the system needs to control. Next, selecting the appropriate microcontroller is critical; this involves assessing the required analog inputs and outputs, memory needs (EEPROM and RAM), and any necessary communication interfaces like USB or SPI. The right microcontroller is pivotal, as it significantly influences the system's functionality.For the specification aspect, it's important to clearly outline the project's scope, including objectives, control requirements, communication needs, power requirements, and physical size constraints. A thorough understanding of these specifications aids in selecting a microcontroller that meets all functional requirements, ensuring efficient performance. Additionally, attention should be given to the operational parameters, such as processing rates and input/output requirements, to align hardware and software capabilities with the system's intended functions.
vead
Messages
92
Reaction score
0
I have two exam question (embedded computing system)
Q1. write short on embedded computing system design process
Q2. write short note on specification

I am confused how to write answer for this questions

for Q1 Embedded system made with both hardware and software I know about hardware component like micro controller and software component like compiler or assembler

can someone suggest me how to write answer for Q1

for Q2 WHAT I do I need to write specification for hardware or software or embedded computing system
 
Computer science news on Phys.org
I'm sorry you are not generating any responses at the moment. Is there any additional information you can share with us? Any new findings?
 
I designed quite a few embedded systems using HC11 and Analog Devices 8051 based micro controllers. I really don't know how to answer your question 1 exactly.

To me,
For question 1:
1) step 1 of design process is to specify what is your objective, what does the system need to control.
2) Identify the best micro controller that has the most embedded function. For example, how many analog output you need to control in the project, how many analog input you need to monitor etc. Then you choose the controller that has enough DAC and ADC build in.
3) Consider how much EEPROM and RAM you need for the firmware.
4) If there is a communication link needed ( USB, SPI, CAN bus etc.), find a controller that can accommodate the communication link.
4) Base on 2, 3 and 4, you find the micro controller.

Finding the right micro controller is the single most important thing for me. The right controller is almost everything. The rest is just academic.

For question 2:
You need to write out clearly what is the scope of the project.

1) Layout your objective.
2) What kind of control you need.
3) Specify the communication link if applicable ( USB, CAN bus, SPI etc.)
4) The power requirement.
5) Physical size limitation.

After defining clearly what you need to achieve, a lot of time should be spent on finding the right controller. Spend the time in reading data sheets of different controllers. Try to find one that does more function and have enough memory so you don't have to run data and address bus out.
 
Last edited:
@yungman is right. The embedded system has a function to perform. Start with the requirements of what it needs to do and derive requirements for the hardware and software needed to do that job (rates of running (5Hz?, 100Hz?, event driven?), I/O requirements, etc).
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top