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

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
  • 1147 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
  • 1461 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
  • 1956 Views
  • 3 replies
  • 0 kudos