HAL SPI Overview ¶
Introducing SPI ¶
- group SPI_Introduction
-
-
This introduction is under development.
-
Module and files ¶
The following diagram illustrates the SPI module and its associated files.
Component diagram ¶
The following diagram illustrates the software components involved in the SPI 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 SPI module, specifying their locations, default values, and descriptions:
- group SPI_Configuration_Table
-
¶
Configuration inside the SPI driver: ¶
Config defines
Where
Default value
Note
USE_HAL_SPI_MODULE
hal_conf.h
1U
Enable the HAL SPI module.
USE_HAL_SPI_DMA
hal_conf.h
1U
Enable the use of DMA in the HAL driver
USE_HAL_SPI_GET_LAST_ERRORS
hal_conf.h
0U
Enable retrieving last processes error codes
USE_HAL_SPI_REGISTER_CALLBACKS
hal_conf.h
0U
Enable the register callbacks assert
USE_HAL_SPI_USER_DATA
hal_conf.h
0U
Add an user data inside HAL SPI handle
USE_HAL_SPI_CRC
hal_conf.h
1U
Enable the use of CRC feature inside driver
USE_HAL_SPI_CLK_ENABLE_MODEL
hal_conf.h
HAL_CLK_ENABLE_NO
Enable peripheral clock inside the HAL_SPI_Init
USE_HAL_CHECK_PARAM
hal_conf.h
0U
Enable checking of vital parameters at runtime
USE_HAL_MUTEX
hal_conf.h
0U
Enable the use of semaphore in the HAL driver
USE_ASSERT_DBG_PARAM
PreProcessor env
NA
Enable the params assert
USE_ASSERT_DBG_STATE
PreProcessor env
NA
Enable the state assert