STM32CubeMx for STM32L476RG bug report
Hi,
After generation of code with STM32CubeMx (release 4.21.0), Error_Handler() interface present in main.h is not specified to be used in C-style linkage as it's done in the rest of the code.
This performing a linkage error with IAR C++ compiler.
Please, fix it in the next release.
Thx and Regards
#main.h #c-style-linkage #stm32cubemx-4.21.0 #error_handler()