-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
MCAL
-
MCAL-27321
-
n/a
-
-
-
The Fls driver does not support multiple sectors as required by the AUTOSAR Fee module. The issue is due to the hardcoded `SectorList` index as `1` in the driver code and the static definition of `SectorList` in `Fls.h`.
This restricts the driver functionality and results in build failures if more than one sector is configured in EB Tresos. The limitation is hardcoded into the driver code, making it incompatible with the AUTOSAR Fee module, which requires multiple sectors to be configured.