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

Resolved! ADC "volatile uint16_t" data

I am using STM32F407G.I am attaching a main.c (that use DMA) that reads simultaneously the voltage coming from 3 potentiometers connected to 3 channels of ADC.In the code, if you try to change "volatile uint16_t adc_value[3]" to "volatile uint32_t ad...

errore.png
luke514 by Senior
  • 3199 Views
  • 3 replies
  • 1 kudos

Resolved! USBPD Library missing usbpd_lowpower.h

 Hello,I am using the STM32 USBPD Library in a DRP battery bank application, and want to reduce idle power consumption. In the documentation and source files, there is mention of a usbpd_lowpower.h file but I cannot find this file anywhere.There is a...

NMartin by Associate III
  • 1784 Views
  • 3 replies
  • 1 kudos

Resolved! Seeking Assistance with Variable-Length UART Receive Interrupts on STM32F091RC using STM32Cube IDE

Dear ST Community,I'm currently working on STM32F091RC using STM32Cube IDE, and I've encountered an issue with handling UART receive interrupts for variable-length data. Currently, I have set a fixed length of 5 bytes for the data, and the UART commu...

SANTHOSH1 by Associate II
  • 3342 Views
  • 5 replies
  • 4 kudos

Resolved! Missing define for SPI6I2S on STM32H7

Some STM32H7 MCUs have I2S capability on SPI6, but the HAL does not define "SPI_SPI6I2S_SUPPORT" for all of them. The ones with the missing define gets the prescaler computed wrong if the clock for SPI123 and SPI6 is different. Has HAL support:H7B3H7...

S58D4J by Associate
  • 1476 Views
  • 2 replies
  • 0 kudos

My Pack Couldt add

Hello. i have installed my pack but it wasn't on the left side. (I-CUBE-RBUF)But other packs added before.https://github.com/nimaltd/STM32-PACK/but when i installed from local disk. it works.

nimaltd_0-1711489256164.png
nimaltd by Senior
  • 1306 Views
  • 4 replies
  • 0 kudos

Ram Function hard fault on return.

I have a STM32L476RG Nucleo-64, and I am trying to run code from ram, but whenever I do it, it makes it to the function but does not execute the code, and on return it hard faults. I am not trying to put all code in ram just one function. /* USER COD...

Module for Establishing PPP Communication and Integrating NetXDuo TCP/IP Stack in STM32 Projects

Hello everyone,I'm working on an STM32 project where I need to establish PPP (Point-to-Point Protocol) communication with a GSM module, such as the SIM7600. Additionally, I aim to integrate the NetXDuo TCP/IP stack into the project for network commun...

Resolved! ADC Read Maximizing Precision and Accuracy

Hello community,I'm looking for some feedback on how to optimize the ADC peripheral when using a handful of single-ended channels.I have an STM32H735G-DK and have 4 NTC3950 type thermistors connected to 4 of the Analog pins from the Arduino headers, ...

taylors by Associate II
  • 6304 Views
  • 5 replies
  • 0 kudos