Error in PIL testing using Arduino
显示 更早的评论
I am trying to run PIL simulation of a subsystem on an Arduino Uno board. I have created the PIL block but on running the simulation, I get the following error:
Data type "double" is not supported for SIL or PIL execution with the current target configuration. This is because the host size (8 bytes) and target size (4 bytes) do not match. To avoid this error, do not use this data type at the component interface.
In my controller there are certain blocks which require "double" data type(dq0 to abc). Is there a way to run the test?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Embedded Coder Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!