STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USART receiving 8-bit data with parity

I am supposed to be receiving 8-bit data with even parity.  The blocks are defined with a header of 'F0', this is S.Bus data if anyone knows that that is.  I setup a simple program that just does receive data.  I get data but nowhere does it show an ...

Resolved! Stream ADC data and timestamp to Ethernet RJ45

Hi, I am trying to stream ADC data to ethernet RJ45 port along with synchronized timestamps. Currently I am trying to figure out the following problems: 1. How can we synchronize ADC data with timestamps? The STM32 tutorial uses DMA, which I assume d...

Resolved! STM32H7 Dual Core MCU CM4 FLASH 0x081E0000

Hello ,I am working with stm32h747. M4 .ld File FLASH (rx) : ORIGIN = 0x08100000, LENGTH = 1024K M7 .ld File FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K With the above settings I can run Core M7 and M4 properly.I need more flash on the m7 side a...

b.png a.png
snnzdmr1 by Associate III
  • 1007 Views
  • 13 replies
  • 1 kudos

Resolved! Quad SPI indirect and memory mapped modes

Hello Community,I have a NOR Flash memory connected to my MCU (STM32U585) by QUAD-SPI. I plan to use the indirect mode, for erasing and programming the contents of the flash, in one context of my program. And in another context, exclusive of the othe...

How to use UART Fifo HAL library

Hello, I am using STM32U5G9ZJTxQ-DK2. I was wondering if the FiFo option from the UART can replace a ring buffer implementation ? I couldn't find much information on the UART FIFO, most documentations and examples are referring to DMA FIFO used with ...

Nero by Associate II
  • 307 Views
  • 1 replies
  • 0 kudos

FW update throught UART (no BOOT PIN)

Good morning everyone,I’m starting to study a topic to implement on my custom board: FW update via UART.The scenario is as follows:My board is, of course, equipped with an SWD connector, which I currently use to program the chip. However, once the bo...

seba21 by Associate II
  • 326 Views
  • 2 replies
  • 1 kudos

Resolved! Interfacing a RGB Display with STM32F407

Hello, I have a STM32F407 microcontroller with a FSMC interface, which I would like to use to drive this display: NHD-5.0-800480AF-ASXP. The display has a RGB interface.   Should I get a RGB board? Or can I drive it directly with the microcontroller?...

GK28 by Associate II
  • 634 Views
  • 2 replies
  • 3 kudos