STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 2194 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
  • 1790 Views
  • 8 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
  • 616 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 ...