Skip to main content
Francis B.
Associate
September 4, 2023
Question

Simulink and STM32H747XI

  • September 4, 2023
  • 1 reply
  • 2181 views

Anyone have a guide or how to setup a Arduino Giga R1 board in CubeMX with the intention to use with Matlab/Simulink? 

I found this online: https://github.com/szabo-tamas/GigaR1Init

I have attempted to remove functionality for a more simplistic attempt (only gpio and FREERTOS). However, I am still having trouble defining the init functions as global, I was directed to make a new header and set the inits to be extern, but I am unable to build in Simulink at this moment. 


Reference to older question: https://community.st.com/t5/stm32cubemx-mcu/how-to-change-init-functions-to-global/m-p/53187

any help or guidance would be appreciated. 

thanks! 

This topic has been closed for replies.

1 reply

Francis B.
Associate
September 5, 2023

the specific error I receive when I build in Simulink is: "Every init function must be configured to generate a global function call instead of static functions call in STM32CubeMX project."