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

hal library and eeprom

Posted on May 02, 2017 at 15:05After having sent a buffer to my eeprom using the i2c bus, I wait 20 ms in order to wait till the data are stored in the eeprom.Can someone suggest me a way to poll the i2c bus to know when all the data are stored?

STM32F4 + TFT LCD driver with 8bit parallel interface

Posted on April 17, 2017 at 03:02HiI am using Nucleo F412ZG (with STM32F412ZGT6) + TFT LCD 320x240 ILI9341 with 8bit parallel interface over FSMC - IDE is AC6 System Workbench for STM32 along with STemWin 532  I know that GUIDRV_FlexColor does suppo...

LPS25HB usage with Cube HAL Library

Posted on April 30, 2017 at 06:36I am having significant difficulty in getting an LPS25HB to work. Temperature and pressure values returned by the sensor are incorrect. And although the sensor is sending the MSByte first, as expected, it is sending ...

STM32L151 clock issue

Posted on May 01, 2017 at 09:11Hi,i am using STM32L151 in our borad and for main clock source i have used pericom 8mHZ crstal and when i am trying to observe clock on scope ,i am unable see the clock.But SW team programmed the controller and with LE...

Stop mode with Interrup EXTI

Posted on April 28, 2017 at 10:17Hello family ST,I would like to use stop mode with an interrupt Pin,I tried the PWR Stop example in STM32Cube_FW_L0,When I put the PA12 Pin to Vcc I have ?c wake up after it runs the program and so it resumes stop mo...

ibrahim by Associate II
  • 608 Views
  • 2 replies
  • 0 kudos

udp packet sender

Posted on May 01, 2017 at 15:08I've implemented on my board the UDP packet server as a task for a board which has to support ethernet, but nothing is defined for the interface.  So far so good.  I send UDP packets to it and it receives and echoes th...