bspConfiguration - S32k148EVB
Overview
The bspConfiguration module contains configuration related to hardware and board connections
specific to S32K148 evaluation board and parameters that are specific to the platform.
The logic of the drivers is separated from their configuration. This approach allows users
to customize their project according to their requirements without impacting the driver code.
Configuration files are organized separately by modules.
Below are the modules available for configuration:
bspAdcmodule provides an interface to read analog signals.bspCanmodule provides an interface for configuring and managing a FlexCANDevice.bspCharInputOutputmodule provides configurable settings for a logger system including buffer size, timeout values and debug mode.bspClockmodule contains macros for configuring clock settings in a microcontroller system. It defines constants related to crystal speed, CPU speed, clock dividers, and clock sources.bspIo_inputmodule contains configuration related to input pins.bspIo_outputmodule contains configuration related to output pins.bspPwmmodule provides an interface for configuring and managing a PWM device.bspIomodule contains configuration related to input/output pins.bspScimodule contains the configuration of the serial communication interface.bspTimermodule contains the configuration of Flex Timer (FTM) register values.