Skip to content

Tags: TexasInstruments/mcupsdk-core-k3

Tags

DEV.MCUSDK.K3.11.02.00.07

Toggle DEV.MCUSDK.K3.11.02.00.07's commit message
all: release: update release notes for DM features added in 11.2

Add newly added features in DM to the features
list.

Fixes: SITSW-6336

Signed-off-by: Sparsh Kumar <sparsh-kumar@ti.com>

DEV.MCUSDK.K3.11.02.00.06

Toggle DEV.MCUSDK.K3.11.02.00.06's commit message
am62px: cfg: add sbl_null hs cfg

- Add sbl null hs cfg file for
sbl uart uniflash testing in the
test farm

Fixes: SITSW-9371

Signed-off-by: harini <harini.c@ti.com>

DEV.MCUSDK.K3.11.02.00.05

Toggle DEV.MCUSDK.K3.11.02.00.05's commit message
am275x: McASP: Avoid AEC fault state

- Latest revision of AEC can get into fault state
  if BCK not stabilized during power up of AEC

- Updated the config, to avoid getting TAS into fault state
  condition

Fixes: SITSW-9203

Signed-off-by: Brince <b-babu@ti.com>

DEV.MCUSDK.K3.11.02.00.04

Toggle DEV.MCUSDK.K3.11.02.00.04's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
all: ospi: sample data output on falling edge of RCLK

* Do not set SAMPLE_EDGE_SEL_FLD for OSPI_RD_DATA_CAPTURE_REG to make
  sure the data is sampled on the falling edge, preventing the need of
  any potential additional delay.

* Change dummyClksCmd from 4 to 3, and dummyClksRd from 21 to 20 for
  S28HS512T NOR Flash, based on the datasheet's values for the default
  respective latency codes.

Fixes: SITSW-8258

Signed-off-by: Amneesh Singh <amneesh@ti.com>

DEV.MCUSDK.K3.11.02.00.03

Toggle DEV.MCUSDK.K3.11.02.00.03's commit message
all: i2c: Fix I2C_open returning non NULL handle

- When I2C_deinit() is called, gI2cDrvObj.lock is set to NULL.
However, I2C_open() was not validating this condition early,
causing it to return a valid handle even when the driver
was deinitialized.

Fixes: SITSW-8551

Signed-off-by: Piyush Sharma <p-sharma3@ti.com>

DEV.MCUSDK.K3.11.02.00.02

Toggle DEV.MCUSDK.K3.11.02.00.02's commit message
am62ax: sdl: Enable LBIST UART logging

- Enable UART logging in LBIST test app

- This was missed in prior development process

- JIRA bug suggests app was not functioning

- Actual issue was UART logging was not being done

- This led to failures in automation

Fixes: PROC_SDL-9432

Signed-off-by: Ashutosh <a-nayak2@ti.com>

DEV.MCUSDK.K3.11.02.00.01

Toggle DEV.MCUSDK.K3.11.02.00.01's commit message
all: sdl: Update SDL docs

- Add documentation for VTM Reset example

Fixes: PROC_SDL-9373

Signed-off-by: Ashutosh <a-nayak2@ti.com>