Missing "dcd_xxx" functions #721
-
Implementing tinyUsb is giving me some trouble. Maybe I am missing something here, but my MCUXpresso cannot find some functions related to usbd sources in device folder: ERROR: undefined reference to `dcd_edpt_stall' There are two files with calls of missing dcd functions: usbd.c and usbd_control.c Any hint where to find or include these functions? Thanks a lot for your help in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
First of all, could you tell me your
check out the makefile for example to see how the CFLAGS and files are included. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your reply. I did not use any make files. Please find detailed project information and procedure below.
|
Beta Was this translation helpful? Give feedback.
-
OK, thanks for your quick response. Project compiles after removing second LUN msc (SRAM overflow), but windows claims "unknown usb device. error on resetting port". LC Display of my custom board is without content. Maybe something went wrong while removing second LUN, but I suspect something wrong in low level prozessor setup now (i.e. USB clocking). |
Beta Was this translation helpful? Give feedback.
Thanks a lot for your reply. I did not use any make files.
Please find detailed project information and procedure below.