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

interrupt problem

Hi thereI am using a STM32F103C8T6. I defined this pins as External Interrupt:PB4 - GPIO_MODE_IT_RISINGPC13-GPIO_MODE_IT_RISING_FALLINGPC14-GPIO_MODE_IT_RISING_FALLINGPC15-GPIO_MODE_IT_RISING_FALLINGthe problem is that every time I SET/RESET PB4, it ...

Ala by Senior
  • 1350 Views
  • 6 replies
  • 0 kudos

STM32H745 Cortex M7 UART Transmit and Receive with DMA Problem

We have tested UART3 with both Polling and Interrupt and working fine. But now we wanted to receive stream of 25 bytes each line continuously with DMA enable on UART RX.But We are unable to Receive any data with UART DMA. I dont find any example for ...

YSN by Senior
  • 1051 Views
  • 1 replies
  • 0 kudos

Resolved! Error with pointer to a typedef struct

Hello, I have a problem with a typedef struct.I made a typedef struct :typedef struct BMP280_HandleTypeDef{  uint16_t dig_T1;  int16_t dig_T2;  int16_t dig_T3;} BMP280_HandleTypeDef ;In my function I declare the instance of it :void myfunction{BMP280...

Prisma by Associate II
  • 1672 Views
  • 2 replies
  • 0 kudos

HAL_UART_Receive_IT (&huart3, Rx_data, 4) ?

Dear Members,I have this code :HAL_UART_Receive_IT (&huart3, Rx_data, 4);I tested from RealTerm, it worked but I need to click "send" 4 times,How can I make it only one click for the whole string ?In STM32 side :char Rx_data[10]; char buf2 [] = "123...

STM32F207 RAM Execution

Hello,I'm developing on an STM32F207 and I would like to know what the procedure to execute code from RAM is?I need to modify a couple of sectors of the internal Flash but the F207 does not have banked memory so I would need to execute the flash eras...

Anvi by Associate III
  • 936 Views
  • 3 replies
  • 0 kudos