Other Parts Discussed in Thread: HALCOGEN
Hello,
I'm trying to understand how to use Simulink to pass models to the microcontroller. I have the the MATLAB ARM Cortex-R Support for Embedded Coder installed as well. I have ensured that the right versions of CCS and HalCoGen are installed, as well as the DSP library.
I'm have everything setup, my current issue is the following, when I deploy the model to hardware, there is the following warning, The model builds successfully, but the board does not respond as it should. I have changed the Endianess of the in the model configuration in simulink to Big Endian but the issue still persists.
Additionally, the pins allocated in the simulink block do not correspond to the correct GIOB pin on the board.
I have attached my model for viewing too, please let me know what I can do/fix. This is my first time working with non-arduino microcontroller.