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! LwIP TCP server send periodic data

Hi all, I am developing a TCP server starting from the STM32F4 TCP server echo sample.My goal is to keep the echo functionality and send in addition a periodic message.I modified slightly the original file and I managed to have the echo working and t...

loribru by Associate II
  • 11019 Views
  • 12 replies
  • 0 kudos

Translate spi ready from Arduino top stm

Hi I wanted to translate the following Arduino code with hal stm:uint32_t TMC5160_SPI::readRegister(uint8_t address){// request the read for the address_beginTransaction();_spi->transfer(address);_spi->transfer(0x00);_spi->transfer(0x00);_spi->transf...

SDall by Associate II
  • 1185 Views
  • 3 replies
  • 1 kudos

Resolved! I cant assign a value to variable

Hi,I am trying to assign Adc.Raw[0] and Adc.Raw[1] to Vref and Vtemp as in below code snippet. But, Vref and Vtemp gets 0. These variables never updated with Adc.Raw values.Could you please point me in the right direction ? 

demir_0-1708356711425.png demir_1-1708356733689.png
demir by Senior II
  • 1505 Views
  • 5 replies
  • 4 kudos

Resolved! Problem when change delai of a synced timer

Hello Forum, I am struggling with a sync timer problem and I have no more idea for resolve it. Here we go :TMR5 is configured as master for TMR3TMR3 is configured as master for TMR4 I configured TMR3 as OnePulse output signal with a delai from a Outp...

mika14_0-1708009435115.png mika14_2-1708009506263.png
mika14 by Associate II
  • 2014 Views
  • 3 replies
  • 0 kudos