2021-03-06 06:27 PM
Hi.
i uses matlab2019 and i want to design software using simulink.
but, when i add "GPIO_WRITE STM32", simulink generates this error.
did you know about this error? and solution?
2021-05-16 12:15 PM
Try to enable the GPIO pin that you are intending to use as 'GPIO_Output' in the <.ioc> file in CubeMX. Then save it. In Simulink update the model (Ctrl + D).
Then you should be able to use the pin.