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

STM32F030F4Px USART problem

i'm using STM32F030F4Px for MODBUS Master Slave communication based on USART (RS485 communication). i'm using 9600 baud rate, 8bit 1 stop bit communication with DMA and HAL. Master is transmitting 8 bytes to slave after 10 or 20 msec which are receiv...

NSing.5 by Senior
  • 3045 Views
  • 7 replies
  • 0 kudos

Resolved! STM32L4 : Using a part of QSPI external Flash Memory as a frequently updated data log, accessible by a PC with USB MSC (Faisability demand)

Hello everyone,I'm working on a STM32L4 project which embeds a QSPI external Flash Memory (not yet sourced but doesn't matter).This QSPI Flash Memory would be splitted into 2 parts, one for TouchGFX Images and one for 10MB Filesystem. This FS will ha...

MLair.1 by Associate III
  • 2807 Views
  • 8 replies
  • 0 kudos
SKDutt by Associate
  • 592 Views
  • 3 replies
  • 0 kudos

Bugs in STM32G4, RM0440 Rev 7 for FDCAN

Bugs in STM32G4, RM0440 Rev 7 for FDCAN:1)STM32G4, RM0440 Rev 7  44.3.3 Message RAM.It is written on the page 1953:"In case of multiple instances the RAM start address for the FDCANn is computed by endaddress + 4 of FDCANn-1, and the FDCANn end addre...

0693W00000bhBWbQAM.png
AVasi.11 by Associate II
  • 895 Views
  • 3 replies
  • 0 kudos

Resolved! Using of LPUART1 on L031K6

I'm trying to receive data from the LPUART1 serial port on the L031K6 development board.Unfortunately all my aproaches failed so far.Sending data works fine in all three modes:BlockingNon-Blocking ITNon-Blocking DMAI'm routing the LPUART1 to PA2 and ...