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

RL-USB for LPC1788- HOST driver 1 problem

Hello,

I am developing an application using keil's RL-USB library to turn the microcontroller into a USB host controller.

I use the keil's sample:
E:\Keilv5\ARM\Boards\Embedded Artists\LPC1788-32 Developers Kit\RL\USB\Host\MSD_File

I have used USB2 as the host.
I change the HOST controller in USB_Config.c to USB HOST 1.
but i recive this error:
.\Obj\MSD_File.axf: Error: L6218E: Undefined symbol usbh1_hcd_ohci (referred from usb_config.o).

Parents
  • USBH_HWD_OHCI define in project

    i change USBH1_HWD_OHCI to USBH_HWD_OHCI
    now keil show this error

    linking...
    .\Obj\MSD_File.axf: Error: L6218E: Undefined symbol usbh1_hcd_ohci (referred from usb_config.o).
    .\Obj\MSD_File.axf: Error: L6218E: Undefined symbol usbh1_hwd_ohci (referred from usb_config.o).
    Not enough information to list image symbols.
    Finished: 1 information, 0 warning and 2 error messages.

    this project is keil sample file

Reply
  • USBH_HWD_OHCI define in project

    i change USBH1_HWD_OHCI to USBH_HWD_OHCI
    now keil show this error

    linking...
    .\Obj\MSD_File.axf: Error: L6218E: Undefined symbol usbh1_hcd_ohci (referred from usb_config.o).
    .\Obj\MSD_File.axf: Error: L6218E: Undefined symbol usbh1_hwd_ohci (referred from usb_config.o).
    Not enough information to list image symbols.
    Finished: 1 information, 0 warning and 2 error messages.

    this project is keil sample file

Children