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

SPI slave configuration

Hi to all,I'm dealing with SPI interface in slave mode and I am experience some problem in communication.I am using a ST32F030 MCU and I enabled RXNEIE interrupt for receiving data. Hereafter is the code:CONFIGURATIONRCC->APB2ENR |= RCC_APB2ENR_SPI1E...

Issue with f_write function (STM32F769I EVAL)

Hello everyone,I have a problem with my code. I'm trying to write a program to take picture from camera and save it as motion jpeg video (MJPEG) in to USB. I build already the header and the structure of MJPEG file but it's really weird when I try to...

0690X000006CXbrQAG.png

STM32F4 -

Posted on June 03, 2016 at 00:09Hisorry that's just a typing mistake :)

eittinfo by Associate II
  • 965 Views
  • 5 replies
  • 0 kudos

STM32F407 FLASH erase fail with IWDG enabled (HAL)

Posted on May 15, 2017 at 12:47Hi,I am having a problem writing to flash with the IWDG enabled, presumably I am missing something.I have cut my project down to a minimum that reproduces the problem.The program initialises the HAL and system clocks a...

Audio_playback_and_record example (STM32F4 Discovery)

Hi. First , I'm not good at English.​​I am testing an example of Audio_palyback_and_recorder of STM32f4 Discovery.​In the i2S setting of the microphone,​ hAudioInI2s.Init.AudioFreq = 2 * AudioFreq; where, AudioFreq = 16K​Why did you multiply 2?​A...

slee.121 by Associate II
  • 681 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7, FMC_SDRAM_DataMemory Example Issue

Hi,I tested FMC_SDRAM_DataMemory Example of STM32F769I_EVAL.I found out that the data written to SDRAM is not correct.See below picture for your checking. I believe HAL and FMC driver in system_stm32f7xx.c is not correct. Please advise me how to ma...

0690X000006CUwIQAW.png

The chip is STM32L486VGT6. I can use the usart wake up the stop1 mode,but I can not wake up with the irda(usart3) mode .Please help!!!

The chip is STM32L486VGT6. I can use the usart wake up the stop1 mode,but I can not wake up with the irda(usart3) mode .Please help!!!#define UartHandle hirda3 void Stop_IRDA(void) { UART_WakeUpTypeDef WakeUpSelection; /* make sure that no UART tra...

wquan by Associate
  • 384 Views
  • 0 replies
  • 0 kudos

STM32F412ZG Nucleo - USB host example issue

Hello!i am playing with the USB HID host example generated from CubeMX -- it builds fine, runs and prints log messages till everything is initalized, and it while in the loop of freertos task, the OTG interrupt never fires -- there is no function cal...