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

Can sdio f_mount affect UART port?

Hi!I have a problem with the simultaneous use of an SD card (with SDIO) and the uart port with GSM module connected. The SD card works flawlessly all the time. Communication with the GSM module is very unstable when I use the SD card - using the f_mo...

STM32G031xx: Mistake/Bug in device specific header file???

Hiso I am trying to get the UART2 on my STM32G031K8Tx up and running. RefManual shows in Chapter 5.4.21 a CCIPR register (Peripherals independent clock configuration register), where bits 2-3 relate to the USART2.When looking at the device specific h...

AAnth.1 by Senior
  • 1111 Views
  • 4 replies
  • 0 kudos

Hi. I boot with stm32L010C6Tx. I am in standby mode. While waiting in standby mode, it shows between 3.1 micro amps and 50 micro amps 50 microamps is too high, I can't use it like this. . I turned off all peripherals. What else should I turn off? Why coul

void SystemClock_Config(void);static void MX_GPIO_Init(void);static void MX_LPUART1_UART_Init(void);static void MX_I2C1_Init(void);static void MX_ADC_Init(void);static void MX_RTC_Init(void);if (__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET) { __HAL_PWR_...

ZKURT.1 by Senior
  • 827 Views
  • 2 replies
  • 0 kudos

Trigger SPI Read using Timer Update Event

Hello,I am trying to trigger each DMA read of my SPI to happen on update event Trigger output of my Timer but I don't think I have it setup correctly.I've seen this done using the internal ADC, where you can set the external conversion trigger source...

kcire L. by Associate III
  • 1836 Views
  • 3 replies
  • 0 kudos

Max voltage on pins when unpowered?

Hello,I notice in the STM32G030x6/x8 datasheet, Table 18 that the max input voltage on FT_xx and any other pin are VDD + 4V and 4V respectively. Does this mean those pins can be safely driven with 3.3V when the MCU is unpowered?Thanks,Nicholas

NLuon.3 by Associate
  • 626 Views
  • 1 replies
  • 0 kudos

Resolved! RTC Reference Clock (50Hz) worsens the LSE accuracy

As indicated by an4759, I am trying to use the 50Hz mains reference to improve the RTC accuracy of an STM32F413ZH.However, the results I get are much worse than without using the reference:LSE only: 0.6s/dayLSE+50Hz: 7.5s/day (test duration 4 days)Ac...

0693W00000JPqz8QAD.png 0693W00000JPr5FQAT.jpg 0693W00000JPr8JQAT.jpg 0693W00000JPr8sQAD.jpg

Incomplete HAL_DMA_Abort_IT() in STM32F7xx_HAL v1.16

Hello,During a UART transfer I used the HAL_DMA_Abort_IT() function. The transfer stopped but the DMA handle stays locked and in the HAL_DMA_STATE_ABORT. When in this state the only thing to do is reinitialize the peripheral.Anyone have some feed bac...

ibobbymk by Associate
  • 393 Views
  • 0 replies
  • 0 kudos