2023-10-25 03:46 AM
Hi,
I'm trying to compile the example called SampleApp using keil uVision as IDE.
When the project is created, in the Manage Run-Time Environment, the Startup selector in the Device tab is not selected by default, but I selected it before compiling the code.
Apart from this, everything is identical to the example, but during the compilation these errors show.
Any idea??
David
2023-10-25 04:23 AM
Hi again,
By myself I've removed 5 errors only deleting the system_stm32f4xx.c file which was duplicated, but one error still there.
Error: L6200E: Symbol __stdout multiply defined (by stdio_streams.o and stm32f4xx_nucleo.o).
Anybody know how to solve it??
David