Difference between "Host Target" and "Embedded Target"

조회 수: 14 (최근 30일)
Pablo Navarrete Toledano
Pablo Navarrete Toledano 2018년 6월 13일
답변: ES 2018년 6월 13일
I want to program my Wemos Lolin32 with OLED using Simulink. So i have to develop the environment in order to program and compile. I´ve been watching lots of tutorials and post and, at the end, I reach a seminar called "Developing Embedded Targets using Real Time Workshop Embedded Coder" in which there are 2 sections:
* Creating a Host Target
* Creating an Embedded Target
I want to make a project in Simulink and then send it to my MicroController (Wemos Lolin32 with OLED) and everything works without being connected to the PC via USB, I want to use it in a AutoControlled Car, a small one.
Thanks in advance
  댓글 수: 1
dpb
dpb 2018년 6월 13일
Not sure what the question really is??? The "Host" is the system on which one does the development of the code that will run on the "Target"

댓글을 달려면 로그인하십시오.

채택된 답변

ES
ES 2018년 6월 13일
Host Target means you build your code and code runs on your PC. (This is normally done as a prevalidation step) before you take your software to the real environment (your small car).
Embedded Target means, you build your code with the corresponding target compiler and then flash it to your target (controller).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by