
STBLLIB library
UM0516
2.3.12
STBL_GO
BYTE STBL_GO(DWORD Address)
Issues a Go request to the device.
Table 14. STBL_GO description
Field
Type
Description
Input Address DWORD Start address of the code to be run.
Output
BYTE
SUCCESS, Error otherwise (see Error codes.).
2.3.13
STBL_Init_BL
BYTE STBL_Init_BL()
Starts the system memory bootloader configuration by sending a 0x7F value. The ACK
value is then updated.
Table 15. STBL_Init_BL description
Field
Type
Description
Output
BYTE
SUCCESS, Error otherwise (see Error codes.).
2.3.14
STBL_READ
BYTE STBL_READ(DWORD Address, BYTE Size, LPBYTE pData)
Issues a Read request to the device. This function can read up to 256 bytes from the
memory starting from the given address. To read a larger amount of data, use the
STBL_UPLOAD function.
Table 16. STBL_READ description
Field
Type
Description
Address DWORD Start address from which data will be written.
Input Size
BYTE
Size of the data in byte.
pData LPBYTE Pointer to the data buffer.
Output
BYTE
SUCCESS, Error otherwise (see Error codes.).
2.3.15
STBL_READOUT_PROTECT
BYTE STBL_READOUT_PROTECT()
Enables the memory readout protection (permanently in the case of the STR75x).
Table 17. STBL_READOUT_PROTECT description
Field
Type
Description
Output
BYTE
SUCCESS, Error otherwise (see Error codes.).
12/26
Doc ID 14490 Rev 2

























