STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 244 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
  • 816 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...

Labels