UM-B-041
SmartBond Production Line Tool
User Manual
Revision 4.8
02-Nov-2022
CFR0012
45 of 170
© 2022 Renesas Electronics
Input Modes
Description
Manual
Users can manually edit the custom memory data prior of each PLT test run. The edit
can be done in the PLT GUI or in the params.xml file using an external application or
script. If different data per DUT is required, then the update of the custom memory
data should be done before every PLT test run.
detail the various configuration parameters of the ‘
Custom Memory Data
’
programming PLT feature.
6.10.1
Custom Data CSV File Format
This section describes the format of the CSV file used in
CSV file input mode
of the Custom Memory
Data test (Section
).
Figure 23: Custom Memory Data CSV File Example
Each line in the CSV file corresponds to a specific DUT, which is bound to a BD address. The BD
address is written in the first column of the CSV file. After the DUT BD address, up to five memory
operations can exist.
Each of these operations must have the following columns in the correct order as described below:
●
Memory type (DA1470x can have
OTP
and
QSPI
or
OQSPI
).
●
Start address.
●
Size of data in bytes.
●
Data to be written.
shows an example of a CSV file targeted DA1470X DUTs. In this example the CSV file
contains information for DUTs with BD addresses
80:EA:CA:80:00:01
to
80:EA:CA:80:00:16
.
●
The first operation is to write the OTP memory of the DA1470x DUTs four bytes, in OTP address
0x0000 (OTP user application area).
●
The second operation is configured to write into the OSPI flash address 0x8000 sixteen bytes
(0xA5A5A5A55A5A5A5ACDCDCDCDAFAFAFAF).