Hi
I have a problem concerning compiling my project in uVision4. If i use an example from ST (since I'm using STM32L-Discovery board) VirtualComport_Loopback everything compiles without a problem (and the program functions as well). But when I try to implement that function (CDC USB communication) into my existing project, I get the Error: #40: expected an identifier and error: #65: expected a ";" that refer to usb_type.h include which is a part of Standard USB FS device library of ST. It is not altered in any way from the one I use with ST example. I added all .h files that are inclued in the example into the project and I can't understand this...
Thank you
Thanks, I didnt notice I was missing a few files in StdPeriphLibDr file group of a project tree. Turns out that I also mistakebly copied one .c file into a folder with includes and that took its toll in diagnosing the problem :).
I hope this software will function now!