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

How to integrate slow-write (SPI) FLASH into STM32 USB device library, to return "OK" CSW when FLASH write finishes?

Currently I have it working, but while the FLASH READ is about 200us and can be done wholly inside STORAGE_Read_FS (which is within an ISR), the FLASH WRITE takes ~17ms and while it works fine done wholly inside STORAGE_Write_FS, it needs the disabli...

PHolt.1 by Senior III
  • 1980 Views
  • 7 replies
  • 0 kudos

problem in LL SPI example code

I have been testing Examples_LL code (SPI_TwoBoards_FullDuplex_DMA_Master_Init ) in STM32Cube_FW_G4_V1.4.0 package.Here is my problem:I modified the original code such that I only need one board./* Enable the SPI1 peripheral */ Activate_SPI();   ...

0693W00000DmFfgQAF.jpg 0693W00000DmFvZQAV.jpg
HDaji.1 by Senior
  • 4246 Views
  • 5 replies
  • 0 kudos

Add USB connector to my stm32L452 - connections

I want to add a usb connector to my stm32L452, it is powered by an external supply (not usb). I then want to use it as a CDC device, so I can plug into my PC, and it appears as a virtual com port and/or mass storage device. I have some questions:(1) ...

SLevi.1 by Associate III
  • 753 Views
  • 1 replies
  • 0 kudos

USB problem

Gooday I have a steering wheel which has buttons programmed with an stm32 blue pill board.... my problem is The board is only recognised on my pcs front USB ports ......any USB ports on the back side of the board give an error (cannot recognise and p...

RMcCo.2 by Associate
  • 778 Views
  • 3 replies
  • 0 kudos

Resolved! Is it possible to do a firmware upgrade via FD-CAN with multiple STM32H7 microcontrollers in the bus?

The system looks like this:-one master controller STM32H7 which holds firmware of slaves-multiple (~8) "slave" STM32H7 on the same FD-CAN busThe slave controller firmware should be upgrades via FD-CAN ST bootloader (see AN5405)AN5405 says "The CAN bo...

bop0815 by Associate
  • 2842 Views
  • 5 replies
  • 0 kudos