STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Audio 2.0 (Async) I2S Recommendations

Hi all,I'm an NRF52/PIC/Atmel programmer which hasn't as of yet touched on STM32. I have a requirement to build a Audio 2.0 USB to I2S converter. Someone on Aliexpress has done it and it looks like the simplest way in terms of chip and components and...

AChar.1 by Associate
  • 872 Views
  • 0 replies
  • 0 kudos

USB OTG not working in my STM32F746ZG

Hi,I am trying to implement USB Custom HID Example. I am using Nucleo STM32F746ZG board. I will have to Enable the VBUS to get the OTG to work. In my board PG6 pin is connected to the EN pin. So I have set the PG6 Pin to high so that the port can be ...

0693W00000BaqAnQAJ.png
Kh.1 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F750 ETHERNET RMII not working

So I have this STM32F750 Discovery board with RMII Ethernet connection and I have another H745 Discovery with MII Ethernet.I am trying the same project in both of them, and it's working in MII but not in RMII.I tried every possible solution I can thi...

0693W00000BbiHiQAJ.png 0693W00000BbiHTQAZ.png

Resolved! I am using the Nucleo-h745ziq board.Board interface with User usb port as custome HID.Through USB I am sending and receving the data.For this I am using the USB HID Demonstartor (v1.0.2).

I am able to send the data but unable to receive from USB HID Demonstrator.Here is my code:uint8_t USBD_CUSTOM_HID_ReceivePacket(USBD_HandleTypeDef *pdev){ USBD_CUSTOM_HID_HandleTypeDef *hhid; if (pdev->pClassData == NULL) {  return (uint8_t)USBD_FAI...

MDeva.1 by Associate II
  • 354 Views
  • 1 replies
  • 0 kudos

Resolved! neconn_write divide the transfer data

Hi! I lm using lwip + freertos and STM32F429 and Cube IDE. When I transfer 906B by netconn_write its transfer this data partly. I tried increase all possibiilities of defines but unsuccesssfull.Please help who knows.

Agde.1 by Associate III
  • 992 Views
  • 5 replies
  • 0 kudos