diff --git a/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md b/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md index 8afcb76..6e3232c 100644 --- a/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md +++ b/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md @@ -11,6 +11,8 @@ Unless noted otherwise, the SW modules would work on any of the R5F's present on the SOC. \n Unless noted otherwise, the SW modules would work on all supported EVMs \n +\note Tamagawa over SoC UART example is not supported for AM243x + ## New in this Release Feature | Module @@ -224,6 +226,13 @@ Module | Supported CPUs | SysConfig Support | OS Support | Key feat 9.0 onwards - + + PINDSW-6931 + Tamagawa: Firmware build failing + Position Sense Tamagawa + 9.0 onwards + 1. Update include path of icss_regs.inc and icss_cfg_regs.inc files to `../../../../mcu_plus_sdk/source/pru_io/firmware/common/ ` path in `tamagawa_main.asm` and `tamagawa_icss_reg_defs.h` files.
2. Replace ED with ENDAT in symbol definitions in tamagawa_main.asm file's lines 101 to 122. (For example, update `ICSS_CFG_PRU0_ED_CH0_CFG1` to `ICSS_CFG_PRU0_ENDAT_CH0_CFG1` ) +