The PIL simulation reports an error, and the host and target board subdata types do not match. How to solve this problem, I am using the PIL module generated by stateflow, the input and output type of defining the stateflow data is double

조회 수: 3 (최근 30일)
### Starting application: 'HysteresisControl_ert_rtw\pil\HysteresisControl.out' Starting PIL simulation *** User inputs: Target Configuration: C:\Users\MAXHK\ti\CCSTAR~1\DSP283~1.CCX Program Name: C:\testtt\HYSTER~1\pil\HYSTER~1.OUT Board Name: unspecified (connect to first board) CPU Name: unspecified (connect to first CPU) *** Starting debug session... *** Debug Session Name: Texas Instruments XDS100v3 USB Debug Probe_0/C28xx *** Board Name: Texas Instruments XDS100v3 USB Debug Probe_0 *** CPU Name: C28xx *** Connecting to target... *** Loading the program to the target... *** Program is running. *** Disconnecting from target... *** Terminating debug session... *** LOAD & RUN DONE.
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.
Component:Simulink | Category:Model error
  댓글 수: 3
S Saha
S Saha 2020년 5월 14일
Recently I am facing the same error mentioned above , Can you please help to come out of this problem with your solution

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

채택된 답변

ashwinee jadhao
ashwinee jadhao 2019년 2월 22일
You might be using 4byte hardware and sending data of 8byte. Change you data into 4byte.
Please give me more details

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by