2018-03-09 06:24 AM
Hi,
I am trying to compile project in Atollic TrueSTUDIO for STM32 generated in STM32CubeMX but my HAL libraries are not visible after adding USB_DEVICE in CDC mode.
I am generating project which uses some GPIO Inputs and USB CDC, but after changing 'Class For FS IP' from 'Disabled' to 'CDC' it is not possible to compile project.
MCU I selected is STM32F042K6Tx in LQFP32 package.
In attachment my project files.
BTW, I tried both on Windows and Linux. Same result.
Thanks in advanced.
2018-03-09 06:58 AM
I tried the provided project file and generated Keil v5 project with the CDC enabled ( I do not use the True Studio). I needed to download additional packages as the device was never used by me.
It compiles w/o problems. Could you please share the error messages?
2018-03-09 07:02 AM