Other Parts Discussed in Thread: SYSCONFIG, MMWAVE-L-SDK, AWRL6844,
Tool/software:
environment:
- SysConfig 1.23.0
- TI CLANG Compiler 4.0.2.LTS
- Python 3.x (with required packages)
- CCS 20.1.0 (for CCS builds)
- xWRL684x MMWAVE-L-SDK 06.00.04
demo program:
C:\ti\radar_toolbox_3_10_00_05\source\ti\examples\Automotive_InCabin_Security_and_Safety\AWRL6844_InCabin_Demos
Based on the demo program, add the following code to the demo_in_cabin_sensing_6844_mss function. (Please refer to the attached figure for the code.):
Parameter description:
1."readData" is used to read the results after erasure.
2."writeData" represents the value to be written to the flash memory.
3."readData2" is used to read the values stored in the flash memory.
test result:
The result of the read and erase operation is not 0xFF. The write and read functions throw an exception code of -2. The read value is inconsistent, and sometimes a fixed value of 0xCC is read out.