Firmware User Manual (AE-step)
78
Revision 1.02
2019-04-24
TLE984x Firmware User Manual
Return Values
6.8.2
user_bsl_config_get
Description
This user API function reads the user BSL interface selection value.
Prototype
BSL_INTERFACE_SELECT_t user_bsl_config_get (void)
Parameters
void
Return Values
6.8.3
user_bsl_config_set
Description
This user API function writes the user BSL interface selection value. This function returns an error in case the
NVM code segment is write protected.
Prototype
int32_t user_bsl_config_set (
BSL_INTERFACE_SELECT_t ser_if
)
Parameters
Data Type
Description
int32_t
Zero in case the function has been called successfully, otherwise a negative error
code. The returned code can be one of the following: ERR_LOG_SUCCESS,
ERR_LOG_ERROR, ERR_LOG_CODE_NVM_SEMAPHORE_RESERVED,
ERR_LOG_CODE_NVM_INIT_MAPRAM_SECTOR
Data Type
Description
The currently selected BSL interface. It returns the default BSL_FAST_LIN interface
in case no configuration is given in the NVM CS.
Data Type
Name
Description
Dir
ser_if
BSL interface selection
-