TouchGfx Designer generate code will delect USB library code which generate by STM32 CubeMX.
Hi, :grinning_face:
I must used STM32 CubeMX generate code after generate code by TouchGfx Designer every time.
The USB library code generate by STM32 CubeMX would delected by TouchGfx Designer :
Error: L6218E: Undefined symbol USBD_CUSTOM_HID (referred from usb_device.o).
Error: L6218E: Undefined symbol USBD_CUSTOM_HID_RegisterInterface (referred from usb_device.o).
Error: L6218E: Undefined symbol USBD_Init (referred from usb_device.o).
Error: L6218E: Undefined symbol USBD_RegisterClass (referred from usb_device.o).
Error: L6218E: Undefined symbol USBD_Start (referred from usb_device.o).
Error: L6218E: Undefined symbol USBD_GetString (referred from usbd_desc.o).
Error: L6218E: Undefined symbol USBD_CUSTOM_HID_ReceivePacket (referred from usbd_custom_hid_if.o).
Error: L6218E: Undefined symbol USBD_CUSTOM_HID_SendReport (referred from usbd_custom_hid_if.o).
Error: L6218E: Undefined symbol USBD_GetRxCount (referred from usbd_custom_hid_if.o).
Error: L6218E: Undefined symbol USBD_LL_DataInStage (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_DataOutStage (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_DevConnected (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_DevDisconnected (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_IsoINIncomplete (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_IsoOUTIncomplete (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_Reset (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_Resume (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_SOF (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_SetSpeed (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_SetupStage (referred from usbd_conf.o).
Error: L6218E: Undefined symbol USBD_LL_Suspend (referred from usbd_conf.o).