Questions about USB port in xcore-200

If you have a simple question and just want an answer.
skylaugher
Junior Member
Posts: 6
Joined: Wed Nov 25, 2015 8:55 am

Questions about USB port in xcore-200

Post by skylaugher »

Dear Sir:

I had some confusion about the USB PORT in USB audio project. The development board is xCORE-200 MC Audio.

1.In P19 of the datasheet “XE215-512-TQ128” , there is a statement:”When the USB PHY is enabled on Tile 0,
the ports shown can on Tile 0 only be used with the USB PHY. When the USB PHY is enabled on Tile 1, then the
ports shown can on Tile 1 only be used with the USB PHY.”.

Does it mean we must left the ports used by USB unconnected in hardware design?

2.I tracked the port PORT_MCLK_COUNT(XS1_PORT_16B) in program.  It is used to judge SOF. PORT_MCLK_COUNT is
a 16bit port, but X1D36~X1D39 are multiplexed by MIDI/SPDIF. Can somebody explain it to me?
 
3.And I did not understand the statement “ set_port_clock(p_for_mclk_count, clk_audio_mclk2);”very well. 
Can somebody explain how the port p_for mclk_count woks?

4.In the hardware design of development board , there are BUTTON_1/BUTTON_2/BUTTON_3/SWITCH_1/LED_ROW_0/.....
I did not find any statement about these ports in USB audio project. Are these ports used in other project?



User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am

Post by mon2 »

Let me try to answer at least your first question. What this means is that if you wish to use the USB port on Tile 0 then you are required to use only the pins noted by the XMOS documentation for your USB port interface. This is mandatory due to internal multiplexing of the USB PHY / controller. Just the same, if you are enabling the USB port on Tile 0 then you cannot use the USB port on Tile 1 - that is the restriction.

If you enable USB port on Tile 1 then the same method of access is applicable. You may use USB port on Tile 1 only. Finally, if you are not using the USB or Ethernet port feature then the same port pins are available for general purpose GPIO use. Be sure to download the XCORE Port Map document which is a great and often updated spreadsheet which lists which port pins are mapped where for functions such as USB. Also note that even though some port pins are used by certain functions, the remainder of the port pins are still available for your access. This is a new feature on the XCORE-200 series. Again, the port map displays the mappings and we have confirmed their use in our lab. The older XMOS devices could not support this unique feature.

 

https://www.xmos.com/support/boards?pro ... nent=18106

Port Map for XCORE-200 devices

Hope this helps.