Moving a custom kernel to the external storage

By default, custom kernels are stored in the current workspace. You can move it to the external storage to use in any workspace, but note that the kernel project will be deleted from the current workspace.

To move a custom kernel to the external storage:

  1. Open the kernel project and the kernel diagram.
  2. Right-click the canvas. On the context menu, click Move Kernel to External Storage.
    Store a custom kernel to the external storage
    The <kernel_name>.apukernel file appears in the <install_dir>/S32DS/config/s32v234_extensions/1.3.0/APEX2/kernels/local/<kernel_name>_user_kernels folder. The path to the external storage can be changed in the product preferences. Open Window > Preferences > C/C++ > Build > Build Variables, select the Show system variables check box and edit the s32v234_extensions variable value.
    Tip: Alternatively, place your custom <kernel_name>.apukernel file in the external storage folder manually.
    Custom kernel now can be chosen from the Add Kernels list during the graph designing process.