how to solve this error? in simulink
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-06 6: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?
Labels:
- Labels:
-
GPIO-EXTI
-
STM32-MatTarget
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
