STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F779NI internal ADC accuracy

I am using internal ADC of STM32F779NI connected to LMT86 Temperature sensor. Vref is 3.3v and ADC resolution used is 10-bit. The problem is there is always a difference with the expected ADC and the actual ADC for a given voltage. This difference is...

A3 by Associate III
  • 964 Views
  • 9 replies
  • 0 kudos

Resolved! USART transmitter failure

I'm using stm32f103ze to send some data over the serial peripheral, but it didn't work. The settings are correctly set but when I try to write to the data register it always remains zero. Furthermore, none of the Serial peripherals seem to work. Wh...

ASeyo by Associate II
  • 1092 Views
  • 3 replies
  • 0 kudos

STM32L4 LPUART receiver tolerance

I'm hoping this is a simple question. In the reference manual (RM0394 section 39.4.5), the tolerance of the LPUART receiver is specified in Table 204. For example, with BRR = 1024 and 9 bits/1 stop bit, the tolerance is given as 2.33%.I've been ass...

PRuss by Associate II
  • 483 Views
  • 1 replies
  • 0 kudos

STM32G0. How to write/read in Flash Memory

Hi,This is to request clarification on doubts regarding the storage of data in the non-volatile memory of the STM32G030C6T6 micro controller ... from what I see in the micro controller's technical sheet, it does not have EEPROM memory, since FLASH me...

EGonz.11 by Associate
  • 1684 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4 HSI16 accuracy / stability

Hi,I am trying to get some clarification on the accuracy of the STM32L4's HSI16. AN4736 mentions that the HSI16 will leave ST's factory calibrated to [-0.75%, 0.5%] at 30 C. DS11453 section 6.3.8 shows that the drift over 0 to 85 C will be -1% to 1...

PRuss by Associate II
  • 758 Views
  • 3 replies
  • 0 kudos

Hello Community!! I am trying to send string to UART but it's not transmitting.I am using STM32F030R8T6 Valueline board.However when I am transmitting single char or decimal value it's going.

 sprintf(buffer,"Hello\r\n");  len=strlen(buffer);  HAL_UART_Transmit(&huart1,(uint8_t *)buffer,strlen(buffer), 0xFFFF);  HAL_Delay(100); // just in case required delay is given2. ch=83;   HAL_UART_Transmit(&huart1, &ch...

ADain.1 by Associate II
  • 6353 Views
  • 8 replies
  • 0 kudos

Missing HAL User manual for v1.8.0

I created a new project with the CubeMX for the STM32F205RC. I want to use the CAN-bus interface and use my old code (that uses the HAL library), but get a lot of errors. Seen the changelog and want to update my code, but the User manual for the HAL ...

Mvan.12 by Associate II
  • 499 Views
  • 1 replies
  • 0 kudos