2012-12-03 07:53 AM
Hi all
I've tried to create a vcp communication with my STM32F4-Discovery, but I've some problems... [code] Description Resource Path Location Type 'struct <anonymous>' has no member named 'ddrsel' usb_core.c /USB_CDC_VCP/src line 362 C/C++ Problem 'struct <anonymous>' has no member named 'i2cifen' usb_core.c /USB_CDC_VCP/src line 394 C/C++ Problem 'struct <anonymous>' has no member named 'otgutmifssel' usb_core.c /USB_CDC_VCP/src line 414 C/C++ Problem 'struct <anonymous>' has no member named 'phyif' usb_core.c /USB_CDC_VCP/src line 361 C/C++ Problem 'struct <anonymous>' has no member named 'ulpi_utmi_sel' usb_core.c /USB_CDC_VCP/src line 359 C/C++ Problem 'USB_OTG_GREGS' has no member named 'GI2CCTL' usb_core.c /USB_CDC_VCP/src line 422 C/C++ Problem 'USB_OTG_GREGS' has no member named 'GI2CCTL' usb_core.c /USB_CDC_VCP/src line 427 C/C++ Problem 'USB_OTG_GREGS' has no member named 'GI2CCTL' usb_core.c /USB_CDC_VCP/src line 432 C/C++ Problem 'USB_OTG_I2C_PHY' undeclared (first use in this function) usb_core.c /USB_CDC_VCP/src line 392 C/C++ Problem request for member 'b' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 423 C/C++ Problem request for member 'b' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 424 C/C++ Problem request for member 'b' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 425 C/C++ Problem request for member 'b' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 426 C/C++ Problem request for member 'b' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 431 C/C++ Problem request for member 'd32' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 422 C/C++ Problem request for member 'd32' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 427 C/C++ Problem request for member 'd32' in something not a structure or union usb_core.c /USB_CDC_VCP/src line 432 C/C++ Problem unknown type name 'USB_OTG_GI2CCTL_TypeDef' usb_core.c /USB_CDC_VCP/src line 326 C/C++ Problem unknown type name 'USB_OTG_CORE_DEVICE' usb_otg.h /USB_CDC_VCP/src line 50 C/C++ Problem unknown type name 'USB_OTG_CORE_DEVICE' usb_otg.h /USB_CDC_VCP/src line 51 C/C++ Problem unknown type name 'USB_OTG_CORE_DEVICE' usb_otg.h /USB_CDC_VCP/src line 50 C/C++ Problem [/code] Is there a newer version for the stm32f4 ore what? Best regards Patrick2012-12-03 09:32 AM
Is there a newer version for the stm32f4 ore what?
There doesn't appear to be, but the compiler is choking on code you introduced