STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

drop in replacement for STM32L433.

Hi I am using a STM32L433 100 pin and require more memory as using a display. I have looked at the STM32L452VET6 100pin , and looks identical apart from having more memory. I only use the HAL for initialisation and USB interface. Looking at the HAL ...

problem with programming the STM32H755iit

I have a problem with programming the STM32H755iit- Jtag gives an error- DfuSe 3.0.6 Demo sees very few internal sectors, and hungs instantlyThe SMPS is off, and I connected this like this: see pictureThe CAP reads 1.0 voltVDDLDO_1 = 3v3VDDLDO_2 = 3...

Hans T by Senior
  • 1185 Views
  • 5 replies
  • 1 kudos

Resolved! High speed error with encoder, STM32F103

Hello,We are using an encoder ( https://www.andymark.com/products/redline-encoder-kit ) with 4096 CPR and are trying to measure speed and direction of a motor with an STM32F103. However, we cannot read stable values and in high frequencies we cannot ...

pccasio by Associate II
  • 1412 Views
  • 6 replies
  • 0 kudos

STM32H7 SPI IRQn never triggered

Hi,I am using SPI1 and interrupt are enabled in this functionvoid HAL_SPI_MspInit(SPI_HandleTypeDef* hspi) { ........................   /* SPI1 interrupt Init */ HAL_NVIC_SetPriority(SPI1_IRQn, 0, 0); HAL_NVIC_EnableIRQ(SPI1_IRQn); /*...