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

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