2019-12-08 08:28 AM
The GENERATE function in STM32CubeMX version 5.4.0 does not generate the line that begin:
CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall ....
in the Makefile when generating code for a new project using the STM32L010R8Tx that is to be compiled with gcc. It does work properly for the STM32L476RGTx and the STM32L011K4Tx. I believe that the STM32L010R8Tx is new. Is this problem a bug or was it intentional, and if so, why?
Best regards,
Peter