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

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
  • 289 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
  • 3219 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
  • 594 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
  • 246 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
  • 299 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7A3 USB_OTG_FS

Hi,    I am using the STM32H7A3 board to implement the virtual serial port function for USB, and I want to use FS mode. However, there is no macro definition related to FS mode in STM32H7a3xx. h. Do I need to manually add it? And I checked the demo i...

comer by Associate II
  • 334 Views
  • 6 replies
  • 1 kudos