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

Is there a simple way to prevent that the STM32F0 is supplied parasitic through the protection diodes of the GPIOs? The device seems not to provide a brownout reset circuit, or am I wrong?

We use a STM32F0 in an application with increased safety requirements. The power supply is secured by a simple fuse and we have to assure that the STM32F0 is in reset state when the fuse is blown (EN60335).Since we have a second power supply in the s...

GTelk by Associate II
  • 2737 Views
  • 13 replies
  • 0 kudos

Any ready to go Linux images for STM32F4/F7?

Hello,are there any ready to use linux images for STM32F4/F7 beside the 2.4 uCLinux image for the f4 disco from 2013? https://github.com/fdu is a good start, but I can not get uBoot to recognize the files on the SD card.

Parsing GPS Messages ???

Dear Member, I want to parse GGA,GSV,ZDA,VTG,RMC,GLL,is my container not enough ?Sometimes I can parse it sometimes I miss......?line_buffer[2048];uint8_t      rxBuffer[768];      str=strstr((char*)GPS.rxBuffer,"$GPGSV,");            ProcessNMEALine(...

STM CUBE IEEE 1588-PTP drivers

Posted on May 07, 2018 at 20:15I cannot find PTP drivers in the CUBE software package. We have in house PTP stack developed which needs PTP driver interface. Does STM provide drivers for Ethernt PTP-module? It would be even great if STM can provide ...

UART4 using DMA on STMf303RE

Hi Sir,I have implemented the Modbus on F4 using Uart2, but when i try on F303RE it is not working. i have attached both the mains please checkThanks in Advance.

MSai by Associate II
  • 491 Views
  • 0 replies
  • 0 kudos

PUTCHAR_PROTOTYPE question ?

Dear Members,Is it possible that I use two UART with  PUTCHAR_PROTOTYPE ?I have used UART3 with  PUTCHAR_PROTOTYPE for talking with PC,I want to use it as well for talking with modem (UART1)Thanks