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

STM32F407ZGT6 to LTC1859IG read issues

Hi all,First post here...I'm fairly new to STM32, working on STM32CubeIDE and have running code on a very well designed and laid out PCB with above components being the main actors.. The project was setup with STM32CubeMX V6.4.0 using STM32Cube FW_F4...

lebies by Associate II
  • 818 Views
  • 3 replies
  • 0 kudos

Appropiate board for real time sound classification

Hello,I was trying to do sound classification with a STEVAL-STWINBX1. As using a NN directly in a microcontroller is impossible due to ram constrains, I decided to do a basic mel spectrogram (no full mfcc, I skip the dct and log stuff in order to spe...

AlbertG by Associate II
  • 1121 Views
  • 4 replies
  • 0 kudos

DAC (PA4) giving constant 2.4V in STM32F446RE

Hi, Greetings!!We have been using STM32F446RE MCU in the project. We have implemented the DAC in the application at pin PA4 and PA5. Both DACs are generating similar voltages for different application. The PA4 DAC is connected to ADC of another MCU t...

Paddy611 by Associate II
  • 1100 Views
  • 5 replies
  • 0 kudos

use SHT3x with STM32F102C6T6

Hi everyone,I am doing my internship and looking for a video tutorial on how to use the SHT31 sensor with STM32 without using Arduino. My mentor suggested me to look for videos from YouTube, but so far I have had a hard time finding any. Can anyone r...

Resolved! LTDC STM32H753 Debug crashes

wrote a basic test for ltdc and if i change any of the ltdc registers and pause the debug it crashes heres the functions for the ltdc ive wrote  void ltdc_gpio_init(void){ //GPIO B,C,D,E,F,G,H,I,J,K Clock Access RCC->AHB4ENR |= (1U<<1);//PORTB RC...