From 5c6c6a6c5fa9c7f27b09d2f6cf3621e0d94e0641 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 30 Aug 2023 21:49:19 +0530 Subject: [PATCH] am64x/am243xx: tamagawa: Update documenation for reset command - Add steps to reset ABS and ABM values 10 times Fixes: PINDSW-6611 Signed-off-by: Aaron Thomas --- docs_src/docs/api_guide/examples/tamagawa_example.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs_src/docs/api_guide/examples/tamagawa_example.md b/docs_src/docs/api_guide/examples/tamagawa_example.md index 7bdda20..91acda9 100644 --- a/docs_src/docs/api_guide/examples/tamagawa_example.md +++ b/docs_src/docs/api_guide/examples/tamagawa_example.md @@ -287,13 +287,13 @@ Shown below is a sample output when the application is run: Data ID 8 - Reset- absolute - This command used to reset absolute position data(ABS) - CRC success with ABS, SF, CF and CRC values printed in the terminal. + Reset - absolute + This command is used to reset absolute position data(ABS). In order to reset the ABS value, send this command 10 times and send Data ID 0. + CRC success with ABS value set to 0 along with SF, CF and CRC values printed in the terminal. Data ID C - Reset- multiturn - This command used to reset multi-turn data(ABM) - CRC success with ABS, SF, CF and CRC values printed in the terminal. + Reset - multiturn + This command is used to reset multi-turn data(ABM). In order to reset the ABM value, send this command 10 times and send Data ID 1. + CRC success with ABM value set to 0 along with SF, CF and CRC values printed in the terminal. \ No newline at end of file