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

Software download issue

Software download issueHi, I have met the same issue like this. Should I also wait an hour until this package been prepared?

Lhong.1 by Associate II
  • 776 Views
  • 3 replies
  • 0 kudos

Can the SPI run at another voltage apart from VDD?

The data sheet isn't specific, apart from one diagram Figure 13 that shows IO's box with an arrow from VDD that then connects to a level shifter to the core domain.Please advise. A real handy feature would be to alternative voltage IO for the SPI's...

MMars.1 by Associate
  • 837 Views
  • 3 replies
  • 0 kudos

When setting up pins to communicate using SPI on a sensortile I changed the Pins so one is the C and one the B GPIO, how would I set this up, I haeve only seen one somewhat related thread that wasn't comparable, thanks!

GPIO_InitTypeDef GPIO_InitStruct; /* USER CODE BEGIN SPI2_MspInit 0 */ /* USER CODE END SPI2_MspInit 0 */  /* Enable Peripheral clock */  __HAL_RCC_SPI2_CLK_ENABLE();  __HAL_RCC_GPIOB_CLK_ENABLE();    /**SPI2 GPIO Configuration     PB15   ------> SPI...

AMell.1 by Associate III
  • 702 Views
  • 1 replies
  • 0 kudos

Why my timer encoder mode oscillates in the same values?

Hi, i'm using my STM32F7 nucleo 144 and i'm learning about timer encoder mode and i follow the example in the datasheet but when i check the CNT register it oscillates in the same values and if i use the A0-A1 pins the encoder works bad, can somebody...

ARami.8 by Associate II
  • 1338 Views
  • 4 replies
  • 0 kudos

STM32L452RE ADC Bad value on just one of the 9 channels

I have STM32L452RET6P running at 1.8V, 24MHz. I am using nine ADC1 channels and am getting a very low value (about half) on ADC1-1 (PC0).All inputs are set up the same way, with an RC filter (33kOhm/0.1uF). The sampling rate cycle is 12.5 at 10bits, ...

JHong.1 by Associate
  • 835 Views
  • 3 replies
  • 0 kudos

Resolved! SPI interrupt too slow for SPI frequency

I need to confirm my understanding. Say that my STM32H7 SPI is setup as Slave and that it processes the incoming SPI data byte per byte in interruption. It is very likely to happen that the SPI throughput is faster than the SPI interrupt handler dura...

Gpeti by Senior II
  • 753 Views
  • 1 replies
  • 0 kudos