Question
CubeMX v4.14 USB Host Problem
Posted on April 04, 2016 at 09:06
Hello. I use STM32F407VET6 device.
I try to use USB Host (Mass Storege Host Class). Project (for IAR) generate correctly. I try to compile for C++ and have ( Error[Pe067]: expected a ''}'') multiple errors. I use frimeware package for family STM32F4 v 1.9.0 / v 1.11.0So i noticed. In file usbh_conf.h mising closing braket for extern ''C'' There is #ifdef __cplusplus extern ''C'' {#endifBut no #ifdef __cplusplus }#endifFix it please :)P.S. I'm sorry if this issue already known :)