SWRU622A August 2024 – September 2024 AWRL1432 , AWRL6432 , IWRL1432 , IWRL6432 , IWRL6432AOP
The xWRLx432 device from TI can be configured to operate as an autonomous radar sensor. In this configuration, the user application and TI firmware patches are hosted in an SDF interfaced to the xWRLx432 over the QSPI port.
SDF programming supports downloading meta images that are a combination of the following components:
The flash programmer connects to the device over UART-B. Specifics are as follows:
Commands ‘Write File to SFLASH’ and ‘Write File to SRAM’ support a maximum data chunk size of 240 bytes only.
The file is split into N commands where
N = (file size/240) + ((file size%240) ? 1 : 0)