# USBX device msc ## Overview The example implements a msc device. ## Board Setting - Connect a USB port on PC to the PWR DEBUG port on the development board with a USB Type-C cable - Connect a USB port on PC to one of USB port on the development board with a USB Type-C cable ## Running the example There should be a disk on computer. The disk capacity should be 26 KB, and files can be copy to or from the disk. When the example runs successfully, following message is displayed in the terminal: ```console USBX device mass storage example USB MSD device activate ```