Question
BUG report on code generation STM32L476
Hello,
I have installed STM32Cube FW_L4 v1.15.1 in CubeMx.
When generating new project STM32L476RG nucleo with Additional Software "STMicroelectroncs.X-CUBE_BLE1.5.0.0", a file "Core/Inc/stm32l4xx_nucleo_errno.h" is created.
In top of the file, there is
#ifdef __cplusplus
extern "C" {
#endif
but the correspondent
#ifdef __cplusplus
}
#endif
does not exist.
Thus the additional software cannot be used in C++ projects...
I am sure there is an error in code generation of CubeMX.
BR
Paul
