STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO F429ZI Ethernet config on CubeMX

Posted on April 25, 2017 at 10:16Hi All,I am fighting with F429nucleo and ethernet interface. The example of firmware works well (lwip webserver).There is a pin PG2 RMII_RXERR which I cannot configure with CubeMX.On CubeMX PG2 cannot set to ethernet...

zamek42 by Associate II
  • 1548 Views
  • 13 replies
  • 0 kudos

Can USART3 on the STM32F730Z8T6 be used for the ST embedded bootloader? Are there any other specific hardware requirements other than toggling the boot pin to '1' to enter boot ROM .

I've looked at AN2606, it referencess STM32F73xxx but does not specifically list the STM32F730xx under the supported STM32F73xxx parts for the document. I am assuming this is an oversight but I wanted to be sure that USART3 would work and things will...

ARueh by Associate
  • 247 Views
  • 1 replies
  • 0 kudos

SPI Flash drive on USB MSC controller

I have a 4MB SPI Flash chip attached to an STM32F105 CPU that I would like to make into a Mass Storage Controller over USB. I made and built a Cube project.At first, I thought I had to modify the functions in user_diskio.c. This did nothing. I the...

JPesc by Associate II
  • 831 Views
  • 4 replies
  • 0 kudos

CAN setup and filters using HAL

Hi, I have quite extencive experincu using CAN and J1939. In this project I am working on now I will impliment CAN signaling in a STM32F446. My questions:1.CAN_TxHeaderTypeDef.ExtId, shall be used with extended IDs. What will happen if .StdId is also...