I have a problem using ISOC ASYNC USB endpoint.I am using Audio Class 2.03 endpoints, (To Host, Feedback to host, from host)If I only enable receiving data from host then I will receive the data.If I only enable transmitting data to host then I will ...
Hi,I have a non PD battery pack connected to our SRC. Stack would keep sending SRC Capabilities and stay in PE_SRC_Discovery state. Timeout for Hard Reset or NoResponseTimer Doesnt seem to be happening as I am not seeing a transition to PE_SRC_Disab...
I have made the following configurations till now. SystemClock_Config();HAL_Init();MIIinit(); netInitialize (); initialize_ethernet_interface(); ethernet_check_link_status();But the problem is upon reading the BMSR register the link status bit is not...
I am using a STM32H753 I send a 64-byte frame from a PEAK USB CAN FD device to the STM32:Timestamp: 0.000000 ID: 00000582 X DLC: 64 0a 06 0d 00 00 04 28 7b 22 62 75 69 6c 64 5f 63 66 67 22 3a 7b 22 74 6f 6f 6c 5f 73 69 7a 65 22 3a 31 32 ...
Hi, We're running an STM32F730. Using the ST provided drivers for USB Audio, USB MIDI and USB CDC, we have created a USB composite device that displays a USB speaker and several USB MIDI input / output ports. We have an issue where USB audio will st...
Hello,Am using STM32F4 DISC board, with FreeRTOS with CMSIS v1, on CubeIDE with HAL generation.To receive data from USART, below code has been used:while(1){..... ret = HAL_UART_Receive_IT(&huart6, rx_data, SIZE_RX_BYTES); if(re...
Hi Team We want connect Azure IoT hub using STM32L4S5Zit6 MCU. I don't see any azure example specific to STM32L4Plus series.So Is Azure packages are available for STM32L4Plus?Can we use any other packages to make it work?As we are new to ST Can any o...