Hi All,
I am just hacking the STM32L4R9-MB1315-Evalboard demo source files to get them to work with our custom board based on the STM32L4P5 MCU. When I set EW_USE_FREE_RTOS=0, I get 2 compile errors:
STM32L4R9-MB1315-Evalboard\EmbeddedWizard-STM32L4R9-MB1315-Evalboard.axf: Error: L6200E: Symbol PendSV_Handler multiply defined (by port.o and stm32l4xx_it.o).
STM32L4R9-MB1315-Evalboard\EmbeddedWizard-STM32L4R9-MB1315-Evalboard.axf: Error: L6200E: Symbol SVC_Handler multiply defined (by port.o and stm32l4xx_it.o).
On an earlier product, doing this just this produced to no such error, please how do I resolve this?
Also, I have just upgraded to Embedded Wizard 11 Pro for 9.2, I noticed that default Keil uVision project for the demo board, is now configured to use "External Tool for Flash Programming" is there a reason for this?
MikeZ