STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Two UART interfaces via DMA fail in DEBUG mode

HiI have a custom board with STM32U575. It has two UART interfaces:- UART1: Terminal interface (routed to the ST-Link header)- UART3: Communication with additional MCU on the boardAs the system is very busy, I implemented both UART to receive their d...

STM32F103 RTC Register problem

Hi. I have a problem with the RTC on STM32F103C6T6A. I wanted to add the ability to set the time. I would like to have a 24h clock. When CNTL overflows, CNTH does not increase making the clock reset close to 18h. void RTC_IRQHandler(void){ while ((RT...

How to erase stm32f429 flash sector in dual bank mode?

Posted on March 27, 2015 at 06:38429 has 1M flash and I divide it into two banks using dual bank mode. Each has 512MB.  I want to erase sector 15 (0x0808 C000 - 0x0808 FFFF) , but it fails. But if I use single bank mode and erase sector 8 (0x0808 0...

ray by Associate II
  • 813 Views
  • 3 replies
  • 0 kudos

STM32L476RETx integration with MatrixOrbital GTT43A

I am working on integrating the Matrix Orbital GTT43A display with my STM32 MCU. Our current display's protocol is RS232, so the code I currently have is set up for this protocol within the STM32Cube IDE.I created generic receive and transfer buffer:...

STM32F103R8Tx Timer issues

Hello everyone, currently we are experimenting with the STM32F103R8T and it's timers.  We are trying to toggle Port A5 with about 500kHz using a timer. We are (by hardware) in need to toggle exactly pin A5 although there is no AF related to a Timer. ...

teppichlichtinnovations_0-1688730515208.png

Resolved! STM32H5 workshop 20th June

HelloI attended the online "STM32H5: Ultimate combination of performance, integration and affordability" workshop on Tuesday 20th June. I've not received any email with the links to the workshop, slides and so on. Also was told to receive a free dev ...

Resolved! how to access rpmb partition with HAL_MMC_xx functions

I am using STM32H735AGI6 on a custom board with an KLM8G1GETF eMMC I am reading JEDEC Standard No. 84-B451I want to start reading counter: std says "The counter read sequence is initiated by Write Multiple Block command, CMD25. Prior to CMD25, the bl...

mzenn.280 by Associate II
  • 1130 Views
  • 4 replies
  • 0 kudos

UART losing the first byte

HiI am a beginner and I am studding STM32F448 with a nucleo board. Program used "System Workbench for STM32". My problem is quite ***** and I hope that someone can help me.That program allow to the the user to send a string and the cpu, when receive ...

FTrom by Associate II
  • 4217 Views
  • 4 replies
  • 0 kudos