2014-04-15 1:08 PM
I found out that in my case the generated usbd_conf.h file contains a bug which is only visible when including it from a c++ file.
The code contains the typical conditional 'extern ''C''' declaration at the beginning, but lacks the matching conditional closing parenthesis at the end.2014-04-22 5:23 AM
You are correct. Anyway, this extern C code will be removed starting with STM32Cube MX 4.2.