motor-control-sdk/source/position_sense/endat/firmware
Achala Ram 16f2e3e77b am243x: SDFM/EnDat: Remove cmp status clear code
- Remove cmp status clear code in sdfm firmware
- Update cmp status clear code in Endat firmware

Fixes: PINDSW-7165

Signed-off-by: Achala Ram <a-ram@ti.com>
2024-01-03 21:04:26 +05:30
..
multi_channel_load_share am243x/am64x: pru_io: remove redundant code in makefile_pru 2023-12-22 13:41:36 +05:30
multi_channel_single_pru am243x/am64x: pru_io: remove redundant code in makefile_pru 2023-12-22 13:41:36 +05:30
single_channel am243x/am64x: pru_io: remove redundant code in makefile_pru 2023-12-22 13:41:36 +05:30
endat_diagnostic.cmd am64x/am243x: examples/source: Fix the license text 2023-09-13 18:46:41 +05:30
endat_icss_reg_defs.h am64x/am243x: examples/source: Fix the license text 2023-09-13 18:46:41 +05:30
endat_interface.h am64x/am243x: EnDat: Add configurable memory support 2023-10-25 17:16:09 +05:30
endat_main.asm am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_master_bin.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_master_hexpru.cmd am64x/am243x/am263x : remove motor_control folder from the repository 2023-07-13 15:23:20 +05:30
endat_master_multi_bin.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_master_multi_PRU_bin.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_master_multi_RTU_bin.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_master_multi_TXPRU_bin.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
endat_params.h am64x/am243x: examples/source: Fix the license text 2023-09-13 18:46:41 +05:30
firmware_version.h am243x: SDFM/EnDat: Remove cmp status clear code 2024-01-03 21:04:26 +05:30
makefile am64x/am243x/am263x : remove motor_control folder from the repository 2023-07-13 15:23:20 +05:30
Readme.txt am64x/am243x/am263x : remove motor_control folder from the repository 2023-07-13 15:23:20 +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/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.