I am trying to configure TLF35584 with EB Tresos. I inserted the modules SafeWdgExtTlf v0.0.1 - AS3.2.1 and SafeWdgQspi v.0.0.1 - AS3.2.1. The verification and generation phases end correctly but the output code doesn't compile. The strange thing is that the SafeWdgExtTlf_PBCfg.c doesn't include the corresponding .h (SafeWdgExtTlf_Cfg.h). Moreover the SafeWdgExtTlf_PBCfg.c uses "SafeWdgExtTlf_ConfigType" without include the .h that define that struct (SafeWdgExtTlf.h). If I manually include all the necessary .h the compilation ends correctly.