STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How send answer on UDP server ?

Hello,I created UDP server with LwIP stack on STM32F407.I tried example udp_echo _server. It works.Now I need send from server my own answer data in callback function.The program hangs in callback function.void udp_echoserver_receive_callback(void *a...

Peko by Associate III
  • 312 Views
  • 0 replies
  • 0 kudos

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

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
  • 528 Views
  • 2 replies
  • 0 kudos