Hi,
I am trying to help a customer to start using the HRPWM and build an example coming with Piccolo controlSTICK Software v1.1 (sprc835.zip example PWM - Filtered HRPWM) but adding the SFO lib v6 coming with F2802x_headers_and peripheral_files_sprc832.zip.
In the beginning of main I add
MEP_ScaleFactor=SFO();
and when building I get the unresolved symbols
FS$$DIV C:\\CCStudio_v3.3\\c28\\DSP2802x\\v100\\DSP2802x_common\\lib\\SFO_TI_Build_V6.lib<SFO.obj>
FS$$MPY C:\\CCStudio_v3.3\\c28\\DSP2802x\\v100\\DSP2802x_common\\lib\\SFO_TI_Build_V6.lib<SFO.obj>
FS$$SUB C:\\CCStudio_v3.3\\c28\\DSP2802x\\v100\\DSP2802x_common\\lib\\SFO_TI_Build_V6.lib<SFO.obj>
FS$$TOI C:\\CCStudio_v3.3\\c28\\DSP2802x\\v100\\DSP2802x_common\\lib\\SFO_TI_Build_V6.lib<SFO.obj>
Can you say what file is missing in the project to resolve these?
Thanks. /Magnus