STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 104 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
  • 2351 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
  • 297 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
  • 102 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
  • 190 Views
  • 1 replies
  • 0 kudos

ITM printf trace

I have a STM32L432 Nucleo-32 board and I'm trying to use ITM printf trace. I created new project with configuration: "Targeted Project type: Empty" "targeted language: C++". I'm not using HAL libraries.In the syscalls.c I added following code://Debug...

debugger configuration.png ITM configuration.png
DPiór.1 by Associate III
  • 249 Views
  • 7 replies
  • 4 kudos