motor-control-sdk/source/motor_control/position_sense/endat/firmware
Naresh A 5599e4387e am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository
remove MCU_PLUS_SDK_PATH variable from repository

Fixes: PINDSW-5635

Signed-off-by: Naresh A <nareshk@ti.com>
2023-07-11 11:23:31 +05:30
..
multi_channel_load_share am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository 2023-07-11 11:23:31 +05:30
multi_channel_single_pru am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository 2023-07-11 11:23:31 +05:30
single_channel am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository 2023-07-11 11:23:31 +05:30
endat_diagnostic.cmd am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_icss_reg_defs.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_interface.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_main.asm am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_bin.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_hexpru.cmd am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_multi_bin.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_multi_PRU_bin.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_multi_RTU_bin.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_master_multi_TXPRU_bin.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
endat_params.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
firmware_version.h am64x/am243x/am263x : initial commit for motor control sdk 2023-07-04 18:02:46 +05:30
makefile am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository 2023-07-11 11:23:31 +05:30
Readme.txt am64x/am243x/am263x : remove MCU_PLUS_SDK_PATH variable from repository 2023-07-11 11:23:31 +05:30

Steps for generating ENDAT binary header files is given below.
1. In the make file, porovide correct paths for CCS(CCS_PATH) and code generation tool(CG_TOOL_ROOT).
2. Provide the required mode as shown below. If user does not provide input, default mode taken is SINGLE.
   $(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/motor_control/position_sense/endat/firmware>gmake all CHANNELS=SINGLE
   $(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/motor_control/position_sense/endat/firmware>gmake all CHANNELS=MULTI
3. Above step will generate either endat_master_bin.h or endat_master_multi_bin.h.