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

Resolved! Why the commutation delay doesn't work

Posted on August 14, 2017 at 07:31Greetings,I generate the project using To control the bldc motor with hall sensors interface. The configuration is as below:Refer to TIM4, which is set as the hall sensor interface, the detail configuration is as be...

0690X00000607qIQAQ.png 0690X00000607fWQAQ.png 0690X00000607sEQAQ.png 0690X00000607rGQAQ.png
Jason Jin by Associate II
  • 1006 Views
  • 2 replies
  • 0 kudos

How to export Alternate memory regions for USB DFU?

Posted on July 28, 2017 at 07:56Greetings,I am rolling my own USBD DFU bootloader for an STM32F427. I have a CubeMX project reading and writing to Internal Flash. Now I need to expose the OTP memory region, similar to the System Memory USBD DFU boot...

jhgorse by Associate III
  • 1413 Views
  • 3 replies
  • 0 kudos

Dual bank with STM32F42xx 1M Flash parts

Posted on August 13, 2017 at 14:25I have an STM32F427ZGT 1M Flash part and I see in the reference manual this statement:Bit 4 BFB2: Dual-bank Boot option byte0: Dual-bank boot disabled. Boot can be performed either from Flash memory bank 1 or fromsy...

LWIP Free rtos UDP loopback: what is my mistake??

Posted on August 12, 2017 at 08:55Hi2 questions here:1. Why do I need the osDelay(1) before netbuff_delete()? Without it I get a statistical bug/crash.  2. why do I need lines x1-x3. Without it no second connection is possible./*--------------------...

stm32f415 USB vs. USART1

Posted on May 19, 2017 at 01:48I have a custom board that uses an STM32F415RGT6.  It has USB_OTG_FS_DP on pin 45 (PA12), USB_OTG_FS_DM on pin 44 (PA11), USART1_RX on pin 42 (PA10), USART1_TX on pin 43 (PA9), plus lots of other connections.I created ...

CubeMX project with LwIP

Posted on August 11, 2017 at 11:15Hello,I am creating a project on a STM32F417IGH6 with LwIP using the CubeMX tool. The code compiles perfectly, but I cant get a connection to the Ethernet. The PHY I am using is a LAN8720A.A project that I ported fr...

Thomas K by Associate II
  • 661 Views
  • 1 replies
  • 0 kudos

Implementation on a STM32F407 host mode USB driver, able to connect and communicate with USB serial devices such as Telit?

Posted on August 10, 2017 at 22:09I was looking for C code and software written that implements a STM32F407 host mode USB driver, able to connect and communicate with USB serial devices that expose multiple virtual devices such as Telit GSM modems.*...