STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767 Execution time is more compared with STM32F429

Tried creating OS task 100 times in Example codes with FreeRTOS taken from STM32CubeMX for both F429 and F767 and found the observations as below.F429 - 6 TicksF767 - 16 TicksDifference - 10 TicksWhat is the reason for the delay and Is there any othe...

RBG by Associate II
  • 1850 Views
  • 14 replies
  • 0 kudos

usb host cdc enumeration problems

Hello,i need to create a simple communication between a stm32f103 usb device and a stm32f407 usb host. I configured a simple program for led blink of stm32f103 and it works correctly. Practically i connect the usb device to my laptop with "PuTTY", i ...

MMang.17 by Associate
  • 762 Views
  • 1 replies
  • 0 kudos

STM32F4 DFU / Crystal Initial Startup Issue

Hello. First of all I should start by saying I'm new to embedded development and have a lot to learn. We're using an STMF413 and I'm unable to get the device to register in DFU mode on a Windows PC. I've used DFU to flash other STMF413's before with ...

AlexA by Associate
  • 422 Views
  • 0 replies
  • 0 kudos

Ethernet with lwip

Hi!I have problems using Ethernet with an STM32H743ZIT6 chip. Im using the suggested lan8742 ETH PHY. And I generated the code with cubeMx. My problem is that I cant find any good sample codes on the net, and I think Im not configuring correctly the ...

AGERE.192 by Associate II
  • 1697 Views
  • 4 replies
  • 0 kudos

USB Drive Issue

Hello ,I want to see my pen drive as drive in computer as normal drive I want in my project that my sd card and pen drive both will seen as two seprate drive in my computerI have done sd card by USBMSD , but i could not do it for pen drive Part No: ...

ERROR Transmitting data over USB.

Hi, I generated the code using cubeMX I'm trying to transmit the data over USB continuously, but i'm getting USBD_busy ERROR so to avoid this error I was checking the TxState value to transmit the next data. But still im missing some data. How do I s...

MR.11 by Associate II
  • 527 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 Ethernet RMII reference clock can be input?

I have a board where STM32H743 is connected to a Microchip KSZ8873 for the PHY.In CubeMX generated code and examples, pin PA1 (RMII_REF_CLK) is configured as alt. function GPIO_AF11_ETH, mode GPIO_MODE_AF_PP.This works fine on eval. boards with a nor...

Pavel A. by Super User
  • 3787 Views
  • 1 replies
  • 0 kudos

STM32H7 rev V vs Y DFU UART GO command issue

We have deployed quite a few of our products using STM32H753(ZIT6) rev Y and all was OK. All recent ones that we have around are rev V and they have issues with DFU bootloader over the UART. None of the issues that we have are listed in ERRATA notes ...