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! how to get usb status

HELLOI am working with Xmodem  file transferring vai usb  I want to know how i get know about USB status like  Ready or not how we get in UART  while (!(HAL_UART_GetState(&huart4) == HAL_UART_STATE_READY) && wTimeout) {wTimeout--;}if (HAL_UART_GetSta...

PESHWA by Associate II
  • 1139 Views
  • 2 replies
  • 0 kudos

Resolved! NUCLEO-F722ZE Clock and MO2 issues

I'm attempting to set the clock to PLL on the board mentioned and view the output on MCO2. This is some of the defines I use  #define REG_SET_BIT(reg,pos) ((reg) |= (1U << (pos))) #define REG_CLR_BIT(reg,pos) ((reg) &= ~(1U << (pos))) ...

MHank.1 by Associate III
  • 1328 Views
  • 3 replies
  • 0 kudos

Problem setup in Logic Analyzer in keil

Posted on February 11, 2016 at 17:04I use STM32f103RCT6 to blinking led in pin A8 with 1 second delay, and i try to use logic analyzer to see whether it's right. However, when i setup in ''Current Logic Analyzer Signal'', i write PA.8 in it and it s...

0690X00000605LcQAI.png

I can't write code to my own STM board

Hello, friends. This is my season project. I am trying to send data and control servo to my stm32f103rbt6 MPU using HC-05. I made this board but I can't write code to my own MPU. Also I can start my bluetooth module in AT mode but I can't find HC-05 ...

Ekran görüntüsü 2023-12-15 020417.png WhatsApp Görsel 2023-12-15 saat 01.55.52_01d2e681.jpg WhatsApp Görsel 2023-12-15 saat 01.55.54_2a6b6838.jpg 1.png
bbayrm by Associate
  • 1405 Views
  • 4 replies
  • 1 kudos

STM32H7 - UART DMA working only in debug mode

dear all, my STM32H7 based project implements three DMA streams, one for a SAI peripheral, a second one for the ADCs and the third one for UART comm.static void MX_DMA_Init(void) { /* DMA controller clock enable */ __HAL_RCC_DMA1_CLK_ENABLE(); /* DMA...

Mdi c by Associate III
  • 1648 Views
  • 3 replies
  • 1 kudos

Resolved! ADC1/ADC2 configuration options differs from ADC3 on STM32H723

Hi All,I want to use two ADCs on STM32H7 configured equal, but using one DMA each, and measuring on different channels. However it seems like the ADC3 have options ADC1 and 2 doesn't have. In this case DMA continuous request.Is this intentional? A wo...

elso_0-1702646531200.png elso_1-1702646561545.png
elso by Senior
  • 994 Views
  • 1 replies
  • 0 kudos

timer interrupt issue

we are using the stm32f7508-dk board , we added  one function in while and timer 3 interrupt enabled  in that code .when debugging the code continuously its going to  interrupt , the code in while function executing if i add break points. i f i remov...

kishor by Associate II
  • 856 Views
  • 1 replies
  • 0 kudos