Hi NXP teams,
My project requires HW block to be configured as 1 ISELED strip without ILAS and 2 ISELED strip with ILASs are connected to MCU(S32K312).
When I reviewed Iseled_Types.h in Iseled_TS_T40D34M10I0R0, ILaS_ConfigType struct has "boolean ILaS_Support" and its description is "Boolean to indicate ILaS support". (This value seems to be from Parameter ILaSSupport of ISELED module configuration)
Even thoug my HW configuration has ISELED without ILAS, should I set ILaSSupport "TRUE"?
If so, is there any limitation or consideration to use ISELED lib APIs?
Thanks in advance
Hi @WW1984,
Dev-team informed that "boolean ILaS_Support" set to TRUE when you are using ILaS. If you don't use ILaS then don't need to set this variable to TRUE.