Skip to main content
Visitor II
May 14, 2023
Question

Windows doesn't recognise my Nucleo as a sound device

  • May 14, 2023
  • 1 reply
  • 908 views

Hi everyone!

Sorry if it's a newbie question, I just started learning this. I used USB_DEVICE middleware to make the code for the Audio Device Class. Even though I increased the heap to 2800h Windows doesn't recognise it as a sound device. I'm using the Nucleo F446RE. Am I missing drivers? Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    June 7, 2023

    Hello @Bálint László​ and welcome to the Community :) ,

    Which Windows system are you using?

    If you use Windows® operating systems: 98SE, 2000, XP, Vista®, 7, and 8.x, it should installed the STM32 Virtual COM Port Driver must be installed in this case.

    Windows 10 does not require the installation of the Virtual COM Port driver anymore, as it is already built in. So, no driver is required for W10.

    Also, try to use static allocation, as recommended in this FAQ.

    I hope this help you!

    Kaouthar

    Graduate II
    June 7, 2023

    The autor is talking about audio device, not CDC (virtual COM port). Next time try actually reading the topic...