The documentation in Porting Guidelines -> stse_platform_generic.h includes an Includes section. What is unclear to me is whether I must include these header files in my stse_platform_generic.h or if they are just suggestions?
The inclusion of stm32l4xx.h leads me to believe that the list of #includes is only a suggestion, given that STSELib is a platform-agnostic library and stm32l4xx.h is an STM-specific MCU header.