motor-control-sdk/source/position_sense/endat/firmware/Readme.txt
Naresh A 206f344bd1 am64x/am243x/am263x : remove motor_control folder from the repository
remove motor_control folder from the repository

Fixes: PINDSW-5635

Signed-off-by: Naresh A <nareshk@ti.com>
2023-07-13 15:23:20 +05:30

6 lines
563 B
Plaintext

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/position_sense/endat/firmware>gmake all CHANNELS=SINGLE
$(MOTOR_CONTROL_SDK_PATH)/mcu_plus_sdk/source/position_sense/endat/firmware>gmake all CHANNELS=MULTI
3. Above step will generate either endat_master_bin.h or endat_master_multi_bin.h.