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

NPU SRAM

Hi,I want to increase the amount of RAM for my application, but I noticed that the NPU seems to be using memory from address 0x34100000 (SRAM2) in the sample application it is based on. Where can I change this? Are there any limitations to the memory...

Artur5 by Associate II
  • 99 Views
  • 0 replies
  • 0 kudos

Resolved! Flash structure confusing page number

HiiI am using stm32g0b0cet6, while writing bootloader, i am confused with the page number and the total storage.Its total storage is 512 kb, According to the reference manual, The Main memory is shown like belowQuestion1: If each page is 2kb & total ...

skuma8_0-1748584125478.png
skuma.8 by Associate III
  • 90 Views
  • 1 replies
  • 0 kudos

Stm32h743ii 2 i2c independant bus

 Dear all; I have a *** question but it dont work can we have quantity 2 different i2c bus 1 is reconized but not the second bus  /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_LTDC_Init(); MX_QUADSPI_Init(); MX_FMC_Init(); ...

KNaim.1 by Associate III
  • 197 Views
  • 6 replies
  • 3 kudos

Questions on FMC throughput with DMA

I'm working on a project which uses DMA to pull data from an external chip controlled by the FMC into a buffer in AXI SRAM, and am seeing a much lower throughput than expected. It looks like the FMC is idle for long periods of time, and I'm looking f...

8-bit-dma-capture.png 32-bit-dma-capture.png 64-bit-core-capture.png
BenDDMC by Associate
  • 124 Views
  • 0 replies
  • 0 kudos

UART RS485 how to manage half-duplex

Hello,I implement RS-485 on STM32G491. I receive with ReceiveToIdle_DMA and I also transmit with DMA. I need to know if currently something is being received because that means I cannot send data now because RS485 is half-duplex. As far as I know I c...

Ramzes11 by Associate
  • 173 Views
  • 4 replies
  • 2 kudos

Resolved! STM32L431KCUX UART cannot receive more than 49 bytes

Recently I have encountered a strange issue I cannot really explain...I have a firmware that manages serial UART communication with a callback that has a state machine with 3 states.In the first state, UART is set to perpetually expect 1 byte of data...

MO94 by Associate III
  • 342 Views
  • 15 replies
  • 8 kudos