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

Resolved! Are there any tools available for debugging memory leaks?

I'm using an STM32F767ZI, and am programming it in C without any additional libraries (bare metal).I believe there is a memory leak somewhere as a memory allocation that typically would work seems to fail after the program has been running for some t...

Starman by Associate II
  • 2464 Views
  • 10 replies
  • 0 kudos

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
  • 470 Views
  • 1 replies
  • 0 kudos

If the picture or contents in the Nucleo-F429zi board manual are used for book publication, inquire about copyright

Good morning?I am a professor teaching ARM Cortex Processor with Nucleo-F429 board at a university in Korea.I'm using the Nucleo-F429Zi board for a class, but I don't have a good book, so I'm writing an educational book right now.I would like to use ...

bhong.1 by Associate II
  • 2288 Views
  • 2 replies
  • 2 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
  • 1082 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
  • 648 Views
  • 1 replies
  • 0 kudos

STM32 "Stack pointer is setup to incorrect alignment" Error

Hi there. I am developing a bootloader application in IAR EWARM environment on my STM32f415 card. I'm having trouble uploading it to my stm32 card when I want to debug the bootloader code.Bootloader code starts from 0x08000000 and application code st...

Rdgn by Associate
  • 2390 Views
  • 2 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
  • 1110 Views
  • 5 replies
  • 0 kudos

Resolved! Max. frequency for reading a GPIO input data register (IDR)

I'm writing code for the STM32F411 and STM32F103 MCUs using the ST HAL library. The firmware reads an IDR directly using the HAL function HAL_GPIO_Read_Pin. The function is called 2 to 3 times in main(), that is, the IDR register is 'polled' more tha...

Kmax18 by Senior II
  • 3167 Views
  • 8 replies
  • 0 kudos