Error in PIL testing using Arduino

10 visualizaciones (últimos 30 días)
piyush Pandey
piyush Pandey el 31 de Ag. de 2020
Comentada: CHELLAKHI ABDELKHALEK el 30 de Dic. de 2023
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?

Respuesta aceptada

Arun Kumar
Arun Kumar el 3 de Sept. de 2020
Hi Piyush,
Double datatype is not supported for AVR targets. Either remove double datatype from your model or use some other targets like SAM(Arduino due) or SAMD(Arduino MKR1000/MKR1010/MKRZero).
HTH!
-Arun
  2 comentarios
piyush Pandey
piyush Pandey el 3 de Sept. de 2020
Yes I figured out the problem and canged the model accordingly.
Thanks.
CHELLAKHI ABDELKHALEK
CHELLAKHI ABDELKHALEK el 30 de Dic. de 2023
How you are doing that?
can you provide more information, please.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Embedded Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by