STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 STL_SCH_Init returns error

Hello,I want to use the X-Cube STL on the STM32F722RET7 and have the problem that the STL_SCH_Init () function returns STL_KO (an error). The user manual says that this is due to defensive programming in the STL. Unfortunate the STL is precompiled an...

DHund.1 by Associate
  • 440 Views
  • 1 replies
  • 0 kudos

GPDMA 2D addressing problem in the NUCLEO-U575ZI-Q

Hi ervyone,I have a Nucleo-u575zi-q board. I started to program with this board and applied some examples within the STM32U5 Workshop.Unfortunetly, I could not overcome to run the GPDMA 2D addressing example.In the 2D addressing example, I configred ...

0693W00000aIN34QAG.png 0693W00000aINCKQA4.png 0693W00000aINCeQAO.png 0693W00000aIMYiQAO.png
smcinar by Associate
  • 1132 Views
  • 3 replies
  • 1 kudos

Resolved! I am not able to copy a uint8_t to uint8_t*

Hi! I don't know if this is the right place to ask this question and it may seem stupid but I am a beginner and have been trying to resolve this for one day.I am receiving one byte of data through UART to Rxdata, I want to copy this one byte to a 10 ...

LimoGr by Associate II
  • 1206 Views
  • 2 replies
  • 0 kudos

Resolved! DAC outputs are weird ...

Hi, I am trying to get DAC work on Nucleo-L432KC board, DAC 1 is activated, output on Pin PA4, normal mode, output buffer enabled, software trigger, no wave generation, and LL driver. I use LL_DAC_ConvertData12RightAligned or WRITE_REG(DACx->DHR12R1...

WQ by Associate III
  • 1521 Views
  • 8 replies
  • 0 kudos

Resolved! RTC is getting set off by 1hour in STM32U5. I am using Nucleo board and I am checking the RTC behavior in STOP3 mode of stm32u5.

#include "main.h" #include <stdio.h> #include <string.h> RTC_HandleTypeDef hrtc;   UART_HandleTypeDef huart1;   /* USER CODE BEGIN PV */ #define UartHandle &huart1 #define RtcHandle &hrtc static uint16_t YearStart = 2000;   char message[50]; uint8_t ...

STee.3 by Associate II
  • 1057 Views
  • 2 replies
  • 0 kudos

STM32F103C8 PWM with DMA

Hello,I'm using Timer_2 channel_1 PWM with DMA to generate the low polarity Pulse.I set the value of PSC = 72, ARR = 2000 and Fosc = 72 MHz.uint16_t TIM2_CCR1_Value[25] = {2100, 2100, 2100, 2100, 2100, 2100, 2100, 2100, 1200, 1500, 1500, 1500, 1500, ...

0693W00000aJ1xGQAS.jpg

SPI to read ADS7953 with STM32F072 not working.

HelloI am developing a board to measure many voltages for a student project. On that board are a ADS7953, a ISO7741 and a STM32F072. Now I am at the end of my resources. I can't read anything useful from the ads. Btw I am using an ADS7953 EVAL Board,...

LSant.6 by Associate II
  • 1202 Views
  • 1 replies
  • 0 kudos

STM32H7 HAL Read GPIOC13 with DMA into SRAM

Hello there, I am trying to read GPIO pins (on row C) with DMA into SRAM, using TIM1 as clockI am using STM32H750B-DKEssentialy, when TIM1 goes high DMA should read from GPIO to SRAM continuously (until its stopped by a user :))Here is what I tried s...

MKocj.1 by Associate II
  • 676 Views
  • 3 replies
  • 0 kudos