HAL ICACHE Overview ¶
Introducing ICACHE ¶
- group ICACHE_Introduction
-
-
This introduction is under development.
-
Module and files ¶
The following diagram illustrates the ICACHE module and its associated files.
Component diagram ¶
The following diagram illustrates the software components involved in the ICACHE module. It shows the interactions between the user application, HAL drivers, low-level drivers, and the hardware components.
Configuration table ¶
The following table lists the configuration defines for the HAL ICACHE module, specifying their locations, default values, and descriptions:
- group ICACHE_Configuration_Table
-
¶
Configuration inside the ICACHE driver : ¶
Config defines
Description
Default value
Note
USE_HAL_ICACHE_MODULE
From hal_conf.h
1
Allows to use HAL ICACHE module.
USE_HAL_ICACHE_REGISTER_CALLBACKS
From hal_conf.h
0
Allows to use the register callbacks.
USE_HAL_CHECK_PARAM
From hal_conf.h
0
Allows to use the run-time checks parameters.
USE_ASSERT_DBG_PARAM
From IDE
NA
Allows to use the assert check parameters.
USE_ASSERT_DBG_STATE
From IDE
NA
Allows to use the assert check states.
USE_HAL_ICACHE_GET_LAST_ERRORS
From hal_conf.h
1
Allow to use error code mechanism.
USE_HAL_ICACHE_USER_DATA
From hal_conf.h
0
Allows to use user data.