Trying to get the USB Mass Storage Class example from AN00125 to work on an xCORE-200 Multichannel Audio Platform board. After modifying the code to work with that board, when I run the project, the board does not appear on the USB bus.
Using the debugger, I have determined that tile[1] core[2] is stuck in XUD_Manager_loop waiting for the USB clock:
Code: Select all
/* Wait for USB clock (typically 1ms after reset) */ p_usb_clk when pinseq(1) :> int _;
I have attached an archive of the project I am working on. (For some reason the xk-audio-216-mc.xn file was not included in the archive; I am using a copy I found in the app_usb_aud_xk_216_mc project since I could not find it in Install New Hardware.)
Any ideas what is going wrong?
You do not have the required permissions to view the files attached to this post.