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

STM32L412 flash section writing isn't permanent

It has worked at times but at others is becoming all 0xFFFF or whatever values become written into unused areas.Currently it loses memory every time.My code reads a block of settings and looks at one location to check if it's zero, which indicates no...

CGadg by Associate III
  • 1358 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 Uart Overrun

Hello every one .this is my first post so excuse me if i do something wrong.I try to establish Uart Asynchronous line between two stm32f303k8 .one of them use basic timer to send 8 byte uint buffer every 200 mili-sec and the other use HAL_UART_Receiv...

yairyamin by Associate II
  • 2270 Views
  • 12 replies
  • 7 kudos

Resolved! Build doxygen

Hi,when building the Doxygen documentation locally, numerous warnings appear. Especially, errors like this:stm32g4xx_hal_driver/Inc/stm32g4xx_ll_lptim.h:605: warning: Found unknown command '@rmtoll' stm32g4xx_hal_driver/Inc/stm32g4xx_ll_lptim.h:601: ...

T B by Associate II
  • 299 Views
  • 1 replies
  • 0 kudos

Resolved! I2c Xfer Options Explanations

I am looking at the definition ST gives for each of the Xfer options, but so far none of them really are making sense to me. First off, what is Sequential usage vs non-sequential usage and how does this apply for the following:I2C_FIRST_AND_LAST_FRAM...

tomm5771 by Associate III
  • 3256 Views
  • 3 replies
  • 2 kudos

stm32h7b3i-dk SAI1 configuration

Hi,I am trying to use SAI instead of I2S6 since the BDMA seems to not trigger even after proper configuration.I am using SAI for the first time so I am completely unsure about this config: /** * @brief SAI1 Initialization Function * @PAram None ...

AmrithHN by Associate III
  • 614 Views
  • 4 replies
  • 1 kudos

Stm32h7rs clock change

Hello,I am working with the STM32-Nucleo-H7S3L8 board.I am using the template project from the repository, which includes the Boot project, Appli project, and the External Memory Loader project.The clock was configured in the Boot project.I want to c...

MedFedi by Associate II
  • 265 Views
  • 2 replies
  • 0 kudos

Resolved! GPDMA_ADC_USART

"I followed along with this video, but I have some questions. How can I correctly retrieve the ADC array values via UART communication? And why is the UART value coming out as garbage in this video?"https://www.youtube.com/watch?v=_hX6pN2jgYMhttps://...

dlagyals by Associate II
  • 307 Views
  • 1 replies
  • 0 kudos