Hi,
I am using PSIM generated code with ADC and PWM initialization by PS_SysInit(2, 20).
At same time, I needed to use I2C channel of f28377D. Thats why I used, Device_init() and Board_init() function generated C2000.syscfg.
Is it possible to merge two separate initialization function together?
The source code of Psbios.h is not available.
void PS_SysInit(int clkSrc, int extClk);