I’m new to working with the ZCU106 (Zynq Ultrascale+ MPSoC) evaluation board and am trying to write a simple "Hello World" program (e.g., toggling a user LED) using Simulink Embedded Coder to generate code for the ARM processor (either Cortex-A53 or R5).
I have the following questions:
Can I use Simulink Embedded Coder alone to generate the necessary code for the ARM processor or do I need to install Vitis to achieve this?
In order to interact (from simulink environment) with peripherals like GPIOs on the ZCU106, do I need to install Vitis Model Composer, or are there other tools that can help with this task?
I’m primarily focused on embedded software (not FPGA programming) and would prefer to avoid FPGA-specific tools unless absolutely necessary.