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

GPIO UART disable and enable

Hi I use UART very rarely and I would like to disable gpio:void Disable_Not_Used_Pins(void) { /* Disable UART pins*/ GPIO_InitTypeDef GPIO_InitStruct = {0}; GPIO_InitStruct.Pin = GPIO_PIN_2|GPIO_PIN_3; GPIO_InitStruct.Mode = GPIO_MODE_ANALOG; GP...

ughr1 by Associate II
  • 883 Views
  • 2 replies
  • 0 kudos

Resolved! Debug issue

Hello,I am using ST-LINK/V2 (STM32 Nucleo-64) to debug a custom board, which the custom board use STM32F105VC MCU.The HW connections are as follow: SWD, Custom Board3.3V, 3.3VSWCLK, PA14GND, GNDSWDIO, PA13NRST, PB4 (NJTRST)SWO, Not useMaybe E1 (NRST)...

NASI by Senior
  • 2564 Views
  • 8 replies
  • 0 kudos

Hello guys. before all, I appreciated your Hint and Help. I use STM32L4R9Z microcontroller to Drive a QuadSPI NAND-Flash(Winbond). I configured OctaSPI of microcontroller as QuadSPI, and tried to write on NAND-Flash at Auto Polling mode.

After the Write-Enable command has been executed, the "HAL_OSPI_AutoPolling()" function will be called but, at the line of :status = OSPI_WaitFlagStateUntilTimeout(hospi, HAL_OSPI_FLAG_SM, SET, tickstart, Timeout);time out event will be accrued and s...

HBita.1 by Associate
  • 2201 Views
  • 9 replies
  • 0 kudos

Power domains on STM32L552ZET6

Hi guys,I have a short question regarding the STM32L552ZET6 power domaines. Can I use 1v8 to power the chip and connect a 3v3 power supply on the VDDIO2 which I will power on from time to time(when I need to use those pins)? And another thing if I do...

CDan.1 by Associate II
  • 827 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4: 4-bits SDIO DMA - Data Corruption in SD card

Hi, I'm currently using STM32F401RE Nucleo-64 Board. My current objective is to store all the data collected from ISM330DLC Accelerometer, into SD card through SDIO protocol.BackgroundMost of the setup is based on Code generation, using STM32CubeIDE ...

ZTan.2 by Associate II
  • 5280 Views
  • 6 replies
  • 1 kudos

Resolved! Is it Possible to change the timer count direction dynamically without having to wait for it to over- or underflow?

Hello dear ST-Community,here is a brief explaination of my problem:I'm using multiple stepper-motors in my system.I want to use 3 timers per stepper.Timer generates the PWM signal for the stepper-driver (easy to achive)Timer captures the signal of th...

JHöfl.1 by Associate III
  • 1779 Views
  • 3 replies
  • 0 kudos

How to decode LVDS data

I've a camera using lvds protocol, now using LVDS to LVTTL converter connect to stm32f730r8t6.​I want to decode lvds data and fifo it to USB.​But first problem is could stm32 decode 20Mhz lvttl clock?I've tried to use tim input captuer clock and usin...

0693W00000D1ii6QAB.png 0693W00000D1iiuQAB.png 0693W00000D1ijYQAR.png
HL.2 by Associate II
  • 2396 Views
  • 4 replies
  • 0 kudos