This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK15.3 USB_MSC example does not work properly

Hi,

In SDK15.3 USB MSC example can't  work.

First, the computer does not recognize the USB MSC device and initializes it normally after calling nrfx_systick_init.

Secondly, although the computer can recognize that the file operation cannot be performed at that time, once the operation causes the USB MSC to be stuck.

 The project is more urgent, What can I do to get it back to normal?

Debugging environment

development software : SDK15.3

Computer platform : window7/10

hardware : PCA10056

Parents Reply
  • Nandi said:
    If I want to support it on version 0.9.3, what do I need to do?

     Add back the workarounds. But, I do not recommend this. I recommend to get a nRF52840-DK.

    Nandi said:
    In addition, can the mass-produced chips be supported normally?

    Yes, they should work.

    Nandi said:
    Can I replace the 52840 chip on the 0.9.3 version with the production chip as the 1.0.0 version?

    No, there are differences in the reference design between PDK 0.9.3 and DK 1.0.0, e.g. the radio will not work with 0.9.x and a non-engineering A chip. See this post. The USB might work, but there might be differences with the reference design when it comes to USB aswell.

    Nandi said:
    still not working properly

     What is not working? Does the device enumerate?

Children
Related