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

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
  • 469 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

Resolved! Work with FMC (STM32F427)

Hello.I have Init FMC, but when I try write on it, it doesn´t work.And I have a problem, data is send double, and timing is wrong. I think I have problem with init. Can anybody help me with init this pheripheral?And my test write function is here:#de...

SB bit of DMA2D_OPFCCR register missing on STM32H7?

Dear Sir/Madam,It seems that DMA2D_OPFCCR register SB bit described in the reference manual of the the STM32H7 (RM0433, page 721) is not implemented. Code generated by CubeMX is missing the definition completely, an attempt to set the bit directly fr...