Hello.
I'm using RTD version 5.0.0.
Watching RAM occupation I notice that RTD drivers take a lot of RAM like you can see in attached file.
A reason could be that in this files there is a define that define number of cores 4, also using 1 core:
#define NUMBER_OF_CORES (uint8)(4U)
Why this define it's defined in RTD files (example: SchM_Adc.h) ad not in generated files (example: Adc_Sar_Ip_Cfg.h) ?
Regards, Francesco.