Hi everyone,
I have encountered some issues with the code generator for F28335 when simulating the circuit. The error message is as follows:
Error Message:
Element: DLL_EXT_ESB Name: MainCCode
ERROR: maybe missing ';' before '*'
ERROR: syntax error before or at line 135 in file 'C:\Altair\PSIM_2022.1\PsimTmp\sE3501.cxx'
==>: DefaultType fADC1_8, fVdc*, fZOH1, fADC1_1, fADC1_9;
BUG: DefaultType fADC1_8, fVdc*<== ???
ERROR: variable 'fZOH1' not defined
ERROR: syntax error before or at line 135 in file 'C:\Altair\PSIM_2022.1\PsimTmp\sE3501.cxx'
==>: DefaultType fADC1_8, fVdc*, fZOH1, fADC1_1, fADC1_9;
BUG: DefaultType fADC1_8, fVdc*, fZOH1<== ???
ERROR: variable 'fADC1_1' not defined
ERROR: syntax error before or at line 135 in file 'C:\Altair\PSIM_2022.1\PsimTmp\sE3501.cxx'
==>: DefaultType fADC1_8, fVdc*, fZOH1, fADC1_1, fADC1
My PSIM version is PSIM professional 2022.1.0.8.
Thank you very much for taking the time to respond.