STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to "unregister" a sequencer task in STM32WB?

I register a task in app_ble.cIn custom_stm.c  (Custom_STM_Event_Handler) when client enables notifications I then call the custom_app.c (Custom_STM_App_Notification) which in turn gets data and returns the value via custom_stm.c ( Custom_STM_App_Upd...

SWenn.1 by Senior III
  • 1494 Views
  • 0 replies
  • 0 kudos

Resolved! How do I enable ltdc_aclk? STM32H745XIH6

I'm configuring the LTDC and I'm not sure where/how I enable the ltdc_aclk. I've enabled ltdc_plck in RCC->APB3ENR and I've configured PLL3R for the kernel/pixel clock but I cannot for the life of me find any info on how/where to enable ltdc_aclk so ...

clocks.png clocks2.png
aj992 by Associate
  • 1477 Views
  • 1 replies
  • 0 kudos

stm32g484 bootloader communication problems

Hello everybody.I have problems with uarts in the my bootloader. In the main program the communication works OK.The client card is stm32g484 based.The first problem:After HAL_NVIC_SystemReset()from main app enter to bootloader and HAL_UART_Transmit()...

RHert.1 by Associate II
  • 3472 Views
  • 5 replies
  • 0 kudos

Resolved! Save text file to SD card with STM32F7508-DK Card

I want to save a text file to the SD card with the STM32F7508-DK Card, but the code gets stuck during the formatting process of the SD card.Can you help me how to solve this problem?The code line is as follows.  /* USER CODE BEGIN Header */ /** ***...

Resolved! bin file is gigantic, hex and elf files are normal, when defining a section of RAM in STM32F765VITx

I'm trying to define a region of RAM for storing debug information that can persist following a reset (DEBUG_RAM). I'd like to put variables in a section (.debug_ram) that are stored in the DEBUG_RAM memory such its usage properly displays in the Bui...

BobbyBeta by Associate III
  • 8933 Views
  • 6 replies
  • 2 kudos

Resolved! Timer3 disable/enable operation

We are using Timer3 to increment a uint64_t counter for serial port operation and need to be able to grab the counter value in the main loop.  //---------------------------------------------------------------- // -------------- Timer 3 -------------...

Capture.JPG
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.