STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F2/F4 problems with various ULPI USB PHYs

Posted on August 09, 2012 at 12:43HiI have a problem with STM32F207/407 (not) working with a ULPI PHY, in this caseSMSC USB3340. The system (which is device-only) will work at USB full-speed but not high-speed. Itseems that others have similar probl...

ian2399 by Associate II
  • 4995 Views
  • 30 replies
  • 1 kudos

STM32H743 USB3343 HS PHY Problem

Hi,As described in these theads (link1 link2), there is a problem in using USB3343 USB HS PHY. I want to use this phy with STM32H743 MCU, but Setting Transceiver Delay (XCVRDLY), did not help. I have generated a CDC example by CubeMXUSBx_DEVICE->DCFG...

USB Composite Device

Good morning,I need to create an USB Interface that supports two functions: Mass Storage + Virtual COM. Maybe someone has already implemented a similar solution or ST has created an example. I'm looking for an example, but i have not found anything u...

SVill.4 by Associate
  • 1977 Views
  • 3 replies
  • 1 kudos

Passing multidimensional arrays over HAL UART

Hello,I have a 246 x 3 matrix that I have filled with counter values in the below for loops. I for some reason cannot get the HAL_UART to output individual columns of this matrix. for(i=0; i<246; i++) {   for(j=0;j<3;j++)   {   Audio_Data[i][j] = c...

kcire L. by Associate III
  • 855 Views
  • 4 replies
  • 0 kudos