2023-09-04 07:02 AM - edited 2023-09-04 07:02 AM
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!
2023-09-04 05:06 PM
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."