STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Differences between PWM channels 2, 3, 4 in TIM8?

I think I am missing something obvious about a difference between channels 2&3 vs channel 4 in the TIM8 after staring at this for some hours now...I am using the STM32H750 discovery board, and created a project in CubeMX which configures PI2, PB14 an...

0693W000001pty7QAA.png 0693W000001ptyMQAQ.png 0693W000001ptyHQAQ.png 0693W000001pty8QAA.png
KJ.2 by Associate
  • 900 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
  • 527 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
  • 489 Views
  • 1 replies
  • 0 kudos