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

Resolved! Using memcpy to get data from ADC buffer to use elsewhere

Hello,I am trying to use the memcpy function to transfer data from the ADC data buffer to a separate data buffer, but when I call memcpy, only the first 1400 of 6000 samples gets copied, while the remainder of the buffer does not get updated. I notic...

0693W000005BZdyQAG.bmp
MCrew.1 by Associate III
  • 1034 Views
  • 2 replies
  • 0 kudos

STemWin application for STM32H735G-DK

Hello!Dealing as newbie with STM32 MCUs, I'm focusing on projects of STM32Cube_FW_H7_V1.8.0 packet.As my goal is to develop on STM32H735G-DK, I'd need an application or an example which uses STemWin library. Unfortunately I can't find such a combina...

ilariari by Associate II
  • 428 Views
  • 0 replies
  • 0 kudos

I can't communicate with USART Sync mode

I'm using STM32F103(blue pill). Usart1 connection with pl2303. My codes right hereuint8_t data; /* USER CODE END 2 */   /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { HAL_Delay(1000); if(HAL_USART_Receive(&husart1, &data, s...

0693W000005BRO7QAO.jpg
GRico.1 by Associate II
  • 835 Views
  • 4 replies
  • 0 kudos

Resolved! Has anyone implemented the ADC calls with LL commands for G4

DearI have configured ADC3 using MXcube:In my main I tried this: LL_ADC_ClearFlag_ADRDY(ADC3); LL_ADC_Enable(ADC3); /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) {    LL_ADC_ClearFlag_EOC(ADC3);    LL_ADC_ClearFlag_E...

MKunz.1 by Associate II
  • 682 Views
  • 1 replies
  • 1 kudos

How to generate udp_echoclient.c in STM32 H743

HiI'm trying to implement STM32 F429 code into STM32 H743.The previous code works fine, so I'm trying the code in STM32 H743 as well.I mimic most of settings, but failed to generate udp_echoclient.c file.Can somebody help me out with this?Thank you i...

SHong.5 by Associate II
  • 386 Views
  • 0 replies
  • 0 kudos