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

STM32F7 RWW stalls

Information:- STM32F777ZI- Dual mode enabled- Application in BANK 1. Nothing in BANK 2.- For simplicity I do NOT turn on: I/D caches, ART and Prefetch, MPU.Scenario:1) Power up.2) I execute the function. CPU sometimes stalls, sometimes not, sometimes...

BDurs by Associate II
  • 578 Views
  • 1 replies
  • 0 kudos

I have a mono channel to play audio files and can't play stereo files since it allocates more memory. Seems like audio quality of mono file isn't good because I lose a certain part of data.

According to I2S example of STM32373C-EVAL SDK : "Mono audio streaming is not supported (in order to play mono audio streams, each data should be sent twice on the I2S or should be duplicated on the source buffer. Or convert the stream in stereo befo...

Liandri by Associate II
  • 439 Views
  • 0 replies
  • 0 kudos

Level sensitive interrupts with EXTI

I need to achieve level sensitive interrupt behavior with EXTI, similar to shared PCI interrupts on other architectures.Have several OR'ed interrupt requests wired together to a EXTI input;all requests are active low.All requests can be masked or dis...

Pavel A. by Super User
  • 2992 Views
  • 9 replies
  • 0 kudos

STM32L4 RTOS SDCard doesn`t work

Hi, I have custom HW with STM32L496RGTx. On board I have SD card slot. I tried HW with CubeMX. Setted SDMMC1 to Mode: SD 1, SD DMA - SDMMC1 and divider to 24. In code I wroted: FATFS SDFatFs; /* File system object for SD card logical drive */ char S...

lorant124 by Associate III
  • 479 Views
  • 1 replies
  • 0 kudos

Weird characters on I2C 16x2 LCD

Greetings to all.I'm Following some online courses to learn to program STM32. I have a very weird behavior of my board that gives me not few headaches. After reviewing, changing, testing my codes for 2 days i found a way to get my program running cor...

VForm by Associate II
  • 2484 Views
  • 2 replies
  • 0 kudos

Hi, I'm new to STM32L4. I'm trying to connect an ADI evaluation board to my STEVAL-STWIN through SPI2. I had to adapt the different functions to the HAL library.

I am trying to read the register of the chip_id, but the function returns a nDevId that is probably wrong. I set STG3692 switch to obtain SPI configuration and I introduce a GPIO_PIN to configure CS. What could be wrong? below the basicsteps of the c...

GLoiz.1 by Associate
  • 335 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F302R8 TImer 6 Clock Speed / Time BAse

HI,So I cannot seem to get the time base that I expect out of Timer 6. I have got timer working wiht the right freqnecy however I cannot seem to get timer 6 to work at the expected freqency. It seems to be running twice as fast to what I set it to.I ...

glenn0010 by Associate III
  • 1370 Views
  • 6 replies
  • 0 kudos