STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F412 SPI not sending

I'm using the STM32F412 with an SPI LCD on a custom board and am having problems with the SPI communications. It seems that the TXE flag is always high, and therefore the code locks on the  -:while (!__HAL_SPI_GET_FLAG(&spiHal, SPI_FLAG_TXE)):- check...

cdjackson by Associate II
  • 1636 Views
  • 7 replies
  • 1 kudos

Resolved! STM32H735 ADC3_INP16 Issue

The data sheet for the STM32H735 (DS13312) lists "ADC3_INP16" as an additional function for PH5, and this function is also available for selection in both STM32Cube IDE and STM32CubeMX.However, in looking at the STM32H735 reference manual (RM0468) , ...

dsurrett by Associate II
  • 2428 Views
  • 8 replies
  • 0 kudos

Resolved! Running STM32L0538-DISCO sample project

Hello. I have recently purchased STM32L0538-DISCO board and I want to play a bit with the E-paper display. After struggling for a couple of hours trying to find some sample code or projects to run on STM32CubeIDE, I have found somewhat relevant threa...

LPetr1_0-1704273030053.png LPetr1_0-1704274883646.png LPetr1_0-1704275435893.png
LPetr.1 by Senior II
  • 3979 Views
  • 16 replies
  • 1 kudos

Resolved! STOP mode in STM32F103

I'm looking for the low power function of the STM32F103TB. I have some questions about this function:1. I read the code of the AN2629, there has no interrupt routine code. So when we use the RTC alarm and the PA0 (wake-up pin) to wake up the MCU, whe...

HF.Wang by Associate II
  • 1561 Views
  • 1 replies
  • 0 kudos

Resolved! F411 Nucleo Board ADC Issues

I tried to use ADC in F411 to read two ADC inputs.My hardware is a F411-Nucleo board; my IDE is CubeIDE.The followings are my ADC settings in IDE:                                 I use 2 channels in ADC1 (IN1, IN4)I also use DMA to obtain ADC results...

Setting_1.PNG Setting_2.PNG Setting_3.PNG
HDaji.1 by Senior
  • 1247 Views
  • 3 replies
  • 0 kudos

Resolved! enter/exit STOP mode with one GPIO pin

Hello everybody,I want to use the STM32F042G6U6 MCU with one button on PA6 pin if I press the button it should toggle between STOP mode and run. Is this possible at all?How can I do this? I was able to enter STOP mode or exit from it but I cant toggl...