STM32CubeMX 6.0.1 with STM32Cube MCU Package for STM32H7 Series version 1.8.0 adds bad value to Keil UVPROJX file
Hello,
I am currently using STM32CubeMX version 6.0.1 with STM32Cube MCU Package for STM32H7 Series version 1.8.0. The generated code executes when using ULINKpro, but does not execute when Reset signal is given to microcontroller or Power to Microcontroller is recycled.
When I open a IOC project that was created with below STM32CubeMX version with STM32CubeMX latest version 6.0.1, it asks for migrating the project.
MxCube.Version=5.6.1
MxDb.Version=DB.5.0.60Once I migrate the project I save and close it. Then open the IOC again and generate code.
Below issue is observed when Toolchain / IDE: MDK-ARM (minimum version 5.27) is selected and Source code is generated.
<uC99>1</uC99><uGnu>1</uGnu>When the earlier STM32CubeMX (version 5.6.1 was in use along with STM32Cube MCU Package for STM32H7 Series version 1.7.0) the generated Keil UVPROJX file had below values:
<uC99>1</uC99><uGnu>0</uGnu>Please fix the bug by ensuring that
<uGnu>0</uGnu>is added to Keil UVPROJX file.
Regards,
