本帖最后由 yukaigogogo 于 2014-8-1 08:51 编辑
我使用了stm32F4discovery 开发板,在cube软件中打开了USB的虚拟端口功能,生成代码后,报以下的错了误
cube_mx_test Configuration\cube_mx_test Configuration.axf: Error: L6218E: Undefined symbol HAL_PCDEx_SetRxFiFo (referred from usbd_conf.o).
请教各位。
找到生成的代码中(stm32f4xx_hal_pcd.h),
/* Create an alias to keep compatibility with the old name */
#define HAL_PCD_SetTxFiFo HAL_PCDEx_SetTxFiFo
#define HAL_PCD_SetRxFiFo HAL_PCDEx_SetRxFiFo
|