Hi.
If i start a new empty DAVE CE project for a XMC1302
i can compile it without problems.
If i add the PMSM_FOC App [4.2.0] and generate the code, i get a lot of eror messages:
(undefined reference to `Init_Smooth_Transition_To_FOC' , `Init_FOC_RotorAngle', `Init_FOC_PI_Iks', ....')
I think, the functions are in the generated file: Dave\Generated\PMSM_FOC\libPMSM_FOC_LIB.a
To solve this, i add this file as library to the linker (Active Project Properties - Linker - Library) and the Path of the file to library-path.
(Dave has add the file in the project, but doesnt know the functions)
But after adding the file to the linker, i get the error message: cannot find entry symbol Reset_Handler; defaulting to 10001000
The startup_XMC1300.s is present with a entry Reset_Handler.
Does anyone know, how to solve the problem.
Thanks.
If i start a new empty DAVE CE project for a XMC1302
i can compile it without problems.
If i add the PMSM_FOC App [4.2.0] and generate the code, i get a lot of eror messages:
(undefined reference to `Init_Smooth_Transition_To_FOC' , `Init_FOC_RotorAngle', `Init_FOC_PI_Iks', ....')
I think, the functions are in the generated file: Dave\Generated\PMSM_FOC\libPMSM_FOC_LIB.a
To solve this, i add this file as library to the linker (Active Project Properties - Linker - Library) and the Path of the file to library-path.
(Dave has add the file in the project, but doesnt know the functions)
But after adding the file to the linker, i get the error message: cannot find entry symbol Reset_Handler; defaulting to 10001000
The startup_XMC1300.s is present with a entry Reset_Handler.
Does anyone know, how to solve the problem.
Thanks.