STM32 MCUs Embedded 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

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...

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
  • 183 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.*...