STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 2700 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
  • 2503 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
  • 1622 Views
  • 3 replies
  • 0 kudos

Resolved! How to record audio samples with STM32F7508-DK (via line in)

Hello,I am wondering if it is possible to record the actual raw audio samples directly from the line in?I tried to use the BSP example number three and stoped after recording the data. I recorded a sinus with 1 kHz. But when looking at the data most ...

AKueh.1 by Associate
  • 775 Views
  • 1 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
  • 1376 Views
  • 5 replies
  • 0 kudos