Hello! I have a problem. I created a USB audio device project in CubeMX. Then I changed the descriptors and related functions to get a device like a microphone. The device is detected correctly in the Windows system. But there is a problem: DataIn en...
For a little background, i have modified the project to take audio data from a static file to eliminate any issues with interrupts from the mems microphones may have been causing though the result is the same. I have also added print statements to t...
Hello community,I'm experiencing difficulty when debugging my software.I'm running Mac OS Catalina with a L433 Nucleo, plugged into my USB-C to USB-A converter.I wrote a very basic "echo" program to take my USART input and echo it back to my Mac.I ke...
I am using STM32F072RB.I have enable the FreeRTOS CMSIS1.I have created two tasks which uses the same UART for transmitting data.I want to use the semaphore concept to use this shared resource between two task.The task as belows:TASK 1 High priorit...
STM32G071�?서 USB-C 용 CC1, CC2 pin map�?� 있으나 USB-B type으로 만 사용하려면 USB-DP, DM �?� pin map�?� 알려 주시기 바�?니다.
Hello,I need your help to recognize my issue correctly, please help me,background:I am having trouble using the stm32l053RB NUCLEO development board for USB protocol parsing.issue:When using timer to generate PWM, once the USB receive data is confi...
Hi,I am working on a project using STM32F7. So far I have touchgfx working with external QSPI for storing image resources. Everything is working good and expected so far.Now I would like to add audio functionality. The aim is to play WAV files when a...
Hi,Is there a date to STM32CubeMX/STM32CubeH7 release with Azure RTOS?
I am trying to make USB work on a custom board. On our board the VBUS and ID lines from the USB-B connector is left floating, Because we always want to be in device modeSo to compensate for this I am using B-peripheral session valid override. This in...