STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Where Can I Find Latest Libraries?

In the past, I'd pull them from CUbe, but the ones I have seem out of date. Is there somewhere else I can get the standard peripheral libraries (on the website maybe)?

jvavra by Associate III
  • 309 Views
  • 1 replies
  • 0 kudos

HAL Tick and PWM on TIM1

Hello,We use the CubeIDE generator for most of the code initialization. Therefore the HAL is also inizalized. The function HAL_Init(); is executed and TIM1 is started.The Hal ticks work fine.Now I want to use the Chanel 1 of Timer1 for a PWM signal o...

JBenn.1 by Associate II
  • 785 Views
  • 4 replies
  • 0 kudos

STM32H745 call event interrupt in second core

Hi,I'm trying to create multicore communication. I want to call interrupt in the second core. Firstly I thought that I can somehow make hardware semaphore release interrupt in the second core. But then I found something better in the CubeIDE:It looks...

0693W000005CoNTQA0.png
Frak.1 by Associate II
  • 483 Views
  • 1 replies
  • 0 kudos

Resolved! Why do I get wrong data by SPI?

/* USER CODE BEGIN 2 */ // CS pin should befault high HAL_GPIO_WritePin(GPIOB, GPIO_PIN_12, GPIO_PIN_SET); uint8_t TX_Data[13] = "Hello World!"; uint8_t RX_Data[13]; /* USER CODE END 2 */   while (1) { /* USER CODE END WHILE */ ...

0693W00000DlnPzQAJ.png
DK.7 by Senior
  • 876 Views
  • 5 replies
  • 0 kudos