We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
The Linker throws the following error with different variable names around 86 times:
(by medkit_io_1.o and medkit_io.o).
invertercubemx\invertercubemx.axf: Error: L6200E: Symbol Motor_front multiply defined (by medkit_io_1.o and medkit_io.o).
There is not Medkit_IO_1.h, only a Medkit_IO.h so there should be no file with redundant definitions.
The two .o files are the same size as if the compiler was copying it...
Did anyone else encounter such a problem?
another thing to do would be to enable the 'Create Batch File' option:
http://www.keil.com/support/man/docs/uv4/uv4_dg_adsout.htm
Then examine the batch file to see exactly what's going on ...