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

DMA does not work with ADC and TMR together.

Hi, the device have some kind of limitation on the usage of DMA?What I did:1 - Implemented DMA0 stream 0 and 1 to do the following:DMA0 stream 0 - Update the TMR2 ARR when TMR2overflow. Generate an Event on DMA transfer.DMA0 stream 1 - Sync with the ...

fposser by Associate III
  • 191 Views
  • 0 replies
  • 0 kudos

HSE option

In our application we are using part no STM32G0KCIU6 of LQFP32 / UFQFPN32 - GP package.in application we are using USB communication there by we also required 16Mhz HSE, but in this package Pin No 2 of MCU has additional options to configure as OSC_I...

Jin2 by Associate
  • 238 Views
  • 3 replies
  • 0 kudos

STM32F103VET6 Multiple DMA giving incorrect data.

I have an STM32F103VET6 with multiple DMA Channels like UART2_RX, ADC, UART3_RX, UART3_TX, all at different priorities. The first one or two bytes of every DMA Channel becomes incorrect all of a sudden in runtime and corrects back only after power re...

MISO line tri-state issue for STM32H573AII3Q

Hello, We are using STM32H573AII3Q in our application. One external IC is interfaced with this uC through SPI lines.  We are observing a tristate on MISO line. To investigate we isolated the uC and checked the MISO line. It is having a voltage level ...

madhu1_0-1728542550473.png
madhu1 by Associate II
  • 374 Views
  • 5 replies
  • 0 kudos

, ETH[FIN, ACK] and HTTP GET retransmissions

Good morning. I'm running an STM32F767Zi on a custom board, LwIP 2.1.2, no OS. The device acts as a HTTP server. I've got an issue where I get GET requests and [FIN, ACK] packets retransmitted by the web browser.192.168.5.106 - Client192.168.5.196 - ...

Screenshot 2024-10-21 092806.png Screenshot 2024-10-21 150452.png
pelgrimo by Associate
  • 211 Views
  • 0 replies
  • 0 kudos

OpenAMP automatic address assignment

Hello I'm developing RTOS environment of dual-core in STM32H757.In OpenAMP communication mode, CM4 is the master and CM7 is the slave, and I used SRAM4 to create SHMEM.I could refer to the examples provided by STM32, and I read the application note A...

StrangeTau_0-1729476801672.png StrangeTau_1-1729476845842.png StrangeTau_2-1729476901562.png

Function OPENAMP_send Error

Hello Error Definition1 : the return value of the OPENAMP_send function is 4. // RPMSG_ERR_NO_MEM?Error Definition2 : the return value of the OPENAMP_send function is -2007. // RPMSG_ERR_ADDR I'm developing RTOS environment of dual-core in STM32H757....

StrangeTau_0-1729210018747.png StrangeTau_4-1729210221865.png StrangeTau_2-1729210019216.png StrangeTau_3-1729210018765.png

jump to FreeRTOS appl is failed

Hi,I'm developing a custom bootloader.My freertos appl. is running well on debug mode in stm32cubeide while my freertos appl is on 0x08008000.MEMORY{RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K - 8/*FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K*/F...

Paul.Lee by Associate III
  • 241 Views
  • 2 replies
  • 0 kudos

STM32H723 RS-485

Hi,I am trying to create a reliable communication in a noisy environment using RS-485 between 2 STM32 boards, one with STM32F302 that is receiving data from several sensors, performs some calculations and then send the data to a STM32H723 Board. On b...