cancel
Showing results for 
Search instead for 
Did you mean: 

Simulink and STM32H747XI

Francis B.
Associate II

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! 

1 REPLY 1
Francis B.
Associate II

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."