STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 USB-HOST (dis)connect bouncing

Hi all,I have a STM32H743 running at 400MHz with simple USB 1 wiring to an USB A jack. It works fine, no issues, runs for hours with thousands of read and write operations.But there is one little issue that drives me crazy:If I plug in and unplug one...

Microman by Associate III
  • 2440 Views
  • 10 replies
  • 1 kudos

FDCAN Tx Interrupts

Hi, I'm trying to configure STM32H7 and STM32G4 FDCANs to generate an ISR on transmit complete frame.I call the functios to enable respective ISRs:HAL_FDCAN_ActivateNotification(&hfdcan1, FDCAN_IT_TX_COMPLETE, 0);  HAL_FDCAN_ActivateNotification(&hfd...

Asantos by Senior
  • 2825 Views
  • 3 replies
  • 2 kudos

stm32f3xx__ll__comp.h bug

Hello,This line in the mentioned library is faulty.#define LL_COMP_OUTPUT_TIM3_IC1_COMP2 (COMP_CSR_COMPxOUTSEL_3 | COMP_CSR_COMPxOUTSEL_1 | COMP_CSR_COMPxOUTSEL_0) /*!< COMP output connected to TIM3 input capture 1 (specific to COMP instance: COMP...

STM32F411E-DISCO CubeMX's repository issue

Hello, I've find one hidden fail in template project for STM32F411E-DISCO (STM32Cube\Repository\STM32Cube_FW_F4_V1.24.1\Projects\STM32F411E-Discovery\Templates). In header file inc/stm32f4xx_hal_conf.h there is a wrong define of hse frequency:#if !de...

AMoro.16 by Associate II
  • 466 Views
  • 1 replies
  • 0 kudos