STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F722CV - USART1 RX Interrupt not working.

Hello, I am trying to communicate MCU with using USART1 but interrupt never triggered in MCU.First I am using some definitions. Here is definitions for USART1.#define USART1_PINS_PORT GPIOA #define USART1_RX_PIN GPIO_PIN_10 #define USART1_TX_PIN ...

�?Ars by Associate II
  • 1308 Views
  • 8 replies
  • 0 kudos

stm32l432kc dev board debug interface?

I have a STM32L432KC board purchased by a colleague. I installed STLink device drivers according to sheet and try to set it up. However, it never gets recognized as a STLink device (neither on Windows 7 nor on Mac OS Majove) but rather as a J-Link de...

OCosk by Associate
  • 414 Views
  • 1 replies
  • 0 kudos

I2C Slave ISSUE on STM32L0

Hi everyone,I am trying to develop a Master-Slave system using two Nucleo-L053R8 boards. The first one is the master, which sends a command to the Slave board whenever the onboard button is pushed. Each time a new message is received, the slave board...

luca_dix by Associate
  • 315 Views
  • 0 replies
  • 0 kudos

STM32H743 ADC calibration timeout

Posted on May 17, 2018 at 18:07My ADC clock is 25 MHz andHAL_ADCEx_Calibration_Start(&hadc1, ADC_CALIB_OFFSET_LINEARITY, ADC_SINGLE_ENDED) will return an error due to ADC_CALIBRATION_TIMEOUT being exceed I changed the value from 64000 to 640000 and ...