STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB PD library Can't charge Redmi phone

Hi Yohann,Created a separate thread as it's a separate issue.I am having an interesting problem with the latest USB PD library v3.I configured my board to be a source and connect to my Samsung phone (A20); it works very happily, I can start charging ...

4ch adc records on sd card

Hello,I try make a program for record on sd card a data/values from 4 channels adc1.First I make program for read a 4 channels from adc1 and it works!When I pause a debug in while loop, in uint32_t adc[4] I have all 4 correct values.Then I make a pro...

STobo.1 by Associate II
  • 854 Views
  • 2 replies
  • 0 kudos

Can I update the CMSIS package in STM32Cube Firmware?

I use the current STM32Cube FW_L4 V1.15.1, but the arm_math.h is still version V1.5.3 (while there is already version 1.6 from July 2019).Is there any way to configure CubeMX to use a different version of CMSIS then the one in the FW? I already insta...

A.D. by Associate III
  • 402 Views
  • 1 replies
  • 2 kudos

STM32F0 Discovery Receive Interrupt is not working

Hi all​,I tried the same setup for USART on PA10 and PA9 as the following example Project.en.stm32f0_stdperiph_lib\STM32F0xx_StdPeriph_Lib_V1.5.0\Projects\STM32F0xx_StdPeriph_Examples\USART\USART_HyperTerminalInterruptI can send data to my Laptop via...

MLoy.1 by Associate II
  • 1146 Views
  • 6 replies
  • 0 kudos

Resolved! Concurrent use of CAN and USB on STM32F0

Is it possible to use CAN and USB on the STM32F042C6U6 at the same time? I know it's not possible on the stm32f1 but the stm32f0 series is a bit newer and supposedly this is possible on some of the newer chips. I wasn't able to find anything in the d...

TPeci.1 by Associate
  • 416 Views
  • 1 replies
  • 1 kudos

USB OTG support for STM32L073VTZ

Hello,Anybody knows where to get the driver source code, as well as examples, to support USB OTG on STM32L073VTZ? CubeMX can generate some USB initialization code BUT it lacks documentation on how to use it, and I doubt it meant to support USB OTG.Th...

HTHU by Associate
  • 419 Views
  • 1 replies
  • 0 kudos

Missing section in HAL/LL driver manual for STM32L4+

In document DM00173145 Rev. 7 (STM32L4+ HAL and Low Layer Drivers) reference manual, there seems to be a section missing on the SD driver interface. There is a section SD Extension driver, but that doesn't have any of the general SD HAL API. Is this ...

JVolp by Associate
  • 666 Views
  • 2 replies
  • 0 kudos

On the USB1 HS of the STM32H753 How do you reset the receive DMA engine so you can reuse an address? The TX DMA engine works fine.

Software:STM32Cube_FW_H7_V1.7.0HW Info:STM32H753I-EVAL2Using OTG1_HS with external PHY in dedicated Host mode.USB device - camera running 30 fps that sends its data over a BULK channel instead of a ISOC channel (Vendor supplied device I do not get to...