STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411CEU6 ADC data offset does not work

HI,i am using STM32F411 for a digital signal processing intensive application where the ADC is used for continuous acquisition at 1.6MSPS (via DMA), the firmware was developped on STM32L476 for convenience but the final version uses STM32F411CEU6 bec...

HBida by Associate III
  • 1422 Views
  • 3 replies
  • 0 kudos

Resolved! ADC getvalue() not giving values

Hello,I am using STM32L011G4U7 and wants to get the adc value where it showed once and not it is giving 0 for the adc raw values. Also please let me know that in order to read the vcc that is 3.3 volts do I need to select VREFINT channel as well alon...

RWagh.2 by Associate II
  • 1227 Views
  • 5 replies
  • 0 kudos

Transmitted UART message mixed with other message

I'm trying to filter bunch of NMEA message$GNGSA,A,1,,,,,,,,,,,,,99.0,99.0,99.0*1E $GPGLL,0745.76471,S,11023.30874,E,040509.000,V,N*58 $PSTMCPU,27.96,-1,98*49 $GPRMC,040510.000,V,0745.76471,S,11023.30874,E,,,061222,,,N*62 $GPGGA,040510.000,0745.76471...

AFidi.1 by Associate II
  • 644 Views
  • 4 replies
  • 0 kudos

STM32U585 Flash overwrite

Hi, I used to write bytes at 0 in flash bytes that are erased (0xFF) but this is no more possible in the flash of the STM32U585 because of ECC that protects 16 bytes chunks I suppose.However now I have an 8K sector programmed with some data except f...

BRaff by Associate
  • 465 Views
  • 1 replies
  • 0 kudos

Issue on I2C HAL generated by CubeMX

Hello,I think that I found an issue in the HAL code generated by CubeMx 6.6.1 with STM32L4.I2C HAL in file stm32l4xx_hal_i2c.c line 6855 there is an infinite loop :     while (__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF) == RESET)     {      /* Check for...