This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM3240G board USB problem

Hello!!
I try to compile the example STM3240_FS RTX
from Keil 4.22 and I have errors!!!

Rebuild target 'STM3240_FS RTX'
assembling startup_stm32f4xx.s...
compiling system_stm32f4xx.c...
assembling SVC_Table.s...
compiling usb_config_FS.c...
compiling RTX_Conf_CM.c...
compiling usbd_STM32F4xx_FS.c...
usbd_STM32F4xx_FS.c(124): error: #20: identifier "USBD_RTX_DevTask" is undefined
usbd_STM32F4xx_FS.c(544): warning: #223-D: function "usbd_reset_core" declared implicitly
usbd_STM32F4xx_FS.c(546): error: #20: identifier "USBD_RTX_DevTask" is undefined
..
usbd_STM32F4xx_FS.c(669): error: #20: identifier "USBD_EVT_IN" is undefined
compiling USBD_Demo.c...
USBD_Demo.c(29): warning: #223-D: function "usbd_connect" declared implicitly
compiling usbd_user_msc.c...
usbd_user_msc.c(24): error: #20: identifier "USBD_MSC_MemorySize" is undefined
.....
usbd_user_msc.c(42): error: #20: identifier "USBD_MSC_BlockSize" is undefined
compiling DiskImg.c...
compiling GLCD_16bitIF_STM32F4xx.c...
Target not created

I find a *.h file, where it declaration, but do't found it
please, if anyone to know what need include answer to me!