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! Timer to DMA to SPI STM32H723 using LL

Hi,I want a GPIO pin to trigger an SPI transfer. The way that I have figured this should work is:PG3 -> TIM23 -> DMA2 -> SPI1 Here is basically what I have so far:/* Includes ---------------------------------------------------------------------------...

Azure IOT STM32H735G-DK implememtation

Hi currently i am using  STM32H735G-DK  i need to implement Azure IOT using ThreadX 1. From CubeMX i have generated Drivers for MQTT,DNS,Cloud,DHCP,mdns,sntp in the cloud files where i can update my connection strings of my cloud Configured  Asset I ...

avinpat_8_0-1743679250297.png
avinpat_8 by Associate III
  • 203 Views
  • 1 replies
  • 0 kudos

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
  • 1204 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
  • 1629 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
  • 197 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
  • 2808 Views
  • 3 replies
  • 2 kudos