STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

The SWD and Trace ports on STM32H7

The SWD port appears to be dedicated to CM7 core. My first question is whether it can be dedicated to CM4 and second question is how to use Trace port on CM4?Thanks

RBharol by Associate III
  • 890 Views
  • 2 replies
  • 1 kudos

USART4 does not work receiving data. It works only on USAR2. Sending data works on both. 1) polling on USART4: always timeout 2) Interrupt on USART4 --> Interrupt not thrown

/* Private variables ---------------------------------------------------------*/ UART_HandleTypeDef huart2; UART_HandleTypeDef huart4; ... //#define UART_MODE 1 #define UART_MODE 2 ... #define USARTX USART4 #define huartX huart4   uint8_t UART_rxBuff...

ORend.1 by Associate II
  • 1258 Views
  • 8 replies
  • 0 kudos

Measuring external Pulse Width and Height/Voltage

Hi all,Im wanting to measure both the width and height of input pulses using ADC and Timers.To get the width I can use a Timer with Input Capture and __HAL_TIM_GetCounterBut to get the height I'm unsure the best way. Currently I'm using the Input Cap...

EHolm.2 by Associate II
  • 510 Views
  • 1 replies
  • 0 kudos

STM32L4 Timer OCxREF reset, Toogle and Gated Mode questions

Hi, On a STM32L476 MCU, I use many timers with various synchronization / outputs combination. I've two problems still remaining :On TIM3, the Channel 4 Output compare mode TOOGLE do not seems to work correctly (the GPIO do not toogle, it simply goes ...

BJero.1 by Associate II
  • 1906 Views
  • 2 replies
  • 0 kudos