Simulink error for programming ST Nucleo board
Hi,
I want to program my STM32H753ZI Nucleo board with Simulink. I successfully programmed it to blink an LED. However, I get the following error when I try to enable a timer (for PWM, or Encoder).
C:/ProgramData/MATLAB/SupportPackages/R2023b/toolbox/shared/supportpackages/stm32/src/rtiostream_serial.c:10:10: fatal error: rtiostream.h: No such file or directory
10 | #include "rtiostream.h"
| ^~~~~~~~~~~~~~
compilation terminated.
gmake: *** [rtiostream_serial.o] Error 1
I have tried this with both CubeMx 6.4 and 6.10 (Matlab has recommended to use CubeMx 6.4.).
I have also tried the STM32F446RE Nucleo board and the same error emerged.
Any suggestions to solve this problem are highly appreciated.
Thanks
