- Build means that MATLAB generates C-code from your Simulink model.
- Deploy means that the generated C-code is deployed (placed) on your target hardware, which is the controller of a drone in your case.
- Start means that the deployed generated C-code is started on the target hardware and starts execution.
What is the difference between the "Build, Deploy & Start" and "Build" buttons from Embedded Coder?
17 次查看(过去 30 天)
显示 更早的评论
Hi, I'm studying the embedded code generation for PX4 with the "Embedded Coder Support Package for PX4 Autopilot".
The example from the support package says to click "Monitor & Tune" button or "Build, Deploy & Start" button to implement examples.
Also, I couldn't find examples using embedded code generation.
Thus, I wonder if the "Build, Deploy & Start" and "Build" (on embedded coder) do the same work. Otherwise, what is the difference between them?
0 个评论
采纳的回答
Jonas
2020-5-13
编辑:Jonas
2020-5-13
2 个评论
Jonas
2020-5-14
Should be no difference. With the first button, MATLAB just stops after generating the code, but the code is still the same.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!