STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use an AD7768 with STM32H743

I will be working on a project were I need to make a lot of analog measurement very fast. Therefor we are using the AD7768 component from Analog, connected to a NUCLEO-H743ZI development board. I haven't been working with this kind of interface to an...

LKris.1 by Associate II
  • 1610 Views
  • 3 replies
  • 1 kudos

Old date and time on STM32H753 RTC after some days

I'm using STM32H753 on my board and the RTC to get date and time. I'm using the HAL library generated with STMCube. I have set the date and time and the RTC works fine keeping the date and time up to date. The problem is that after more or less 8 day...

STeba.1 by Associate II
  • 1465 Views
  • 9 replies
  • 0 kudos

Resolved! PWM not working with STM32F746ZGTX nucleo 144 board.

HI, am new to stm32f7, i used the examples in the HAL library for generating PWM signals.The Examples are working fine, but i tried to write my own code using the HAL to generate pwm . but none of is working. am using HAL version is STM32Cube_FW_F7_V...

NMath.3 by Associate II
  • 896 Views
  • 3 replies
  • 0 kudos

bypass HAL fro spi dma transfer

Hi I'm looking to possibly skip the HAL overheads to sent an SPI DMA transfer. basically I want to do this   HAL_SPI_TransmitReceive_DMA(&hspi5, (uint16_t*) &data_to_send, (uint16_t*) &FromTheADC, sizeof(data_to_send));without the HAL overhead that s...

ulao by Associate III
  • 811 Views
  • 5 replies
  • 0 kudos