Mcu: s9keaz128amlh
Tool: S32 Design Studio for ARM Version 2018.R1
Problem1:What is wrong with my following calculation? I think it's 20Mhz core clock in the example.
ICSFLLCLK = 8Mhz/256*1280 = 40Mhz;
Core/System Clock = ICSOUTCLK = ICSFLLCLK / BDIV = 20Mhz;


Problem2:Which clock should i use to calculate the time Program takes, Bus clock or core clock?
Because there's a lot of computation in my project, and I need to know how long it takes to run.
Thanks!