STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC DMA TIM - U5XX Family

Good afternoon,  I have a question regarding the best strategy to follow on how to measure multiple channels with the ADC (triggered with timer) and map them to the DMA. I have followed the project called ADC_DMA_Transfer that can be found in the Pro...

Marc3 by Associate II
  • 155 Views
  • 1 replies
  • 0 kudos

STM32H733 data cache initialization issue

Hello,I am using a STM32H733VGT on a custom design board. On a fresh project in CubeMX, I tried to activate data cache but the autogenerated code crashes at  SCB_EnableDCache(); . (nothing has been activated on the CubeMX, just the external crystal a...

amirshn by Associate III
  • 395 Views
  • 9 replies
  • 1 kudos

STM32H753ZI UART TX DMA

Hi,I am using STM32H753ZI nucleo board, developing with Keil IDE. I am using UART RX and TX DMA. I want to check if there is a possibility of corruption of UART data while transmitting with DMA Tx.The sending device will send 8-byte defined command t...

A3 by Associate III
  • 878 Views
  • 7 replies
  • 0 kudos

Resolved! TIMER - Overflow event - Must reset CNT?

Hi There,I have setup TIMER4 on STM32G484 device for overflow event and enabled interrupt for events. Everything works fine and as expected with correct fire time if I RESET the CNT register in the ISR. However, if I do not, it seems to do some level...

Skeeb by Associate II
  • 204 Views
  • 5 replies
  • 0 kudos

Stm32CubeClt static Download Link

Hello,can you offer a static download link to download the CommandLineTools (Stm32CubeClt) without a Login Wall?I would like to use it to build my project in a docker container in my CI CD processGreats Peter

PPete by Associate III
  • 149 Views
  • 3 replies
  • 1 kudos

STM32f407 boot mode

Hi I am using STM32F407 DISCOVERY BOARD and I am able to make the board change to boot mode using a another controller.After boot mode change over I need to program the memory of STM32F407 DISCOVERY BOARD by UART communication.Here I am unable to get...

AKHIL6 by Associate II
  • 166 Views
  • 2 replies
  • 0 kudos

STM32H523 QUADSPI W25Q64 External Loader

Hi, I'm trying to do an external loader according ST's MOOC and this forum https://community.st.com/t5/stm32-mcus-products/stm32h5-external-loader/td-p/601134.My code pass on all ST's tests of memory, but when I generate a stldr it does not read on c...

MMira.4 by Associate II
  • 393 Views
  • 7 replies
  • 0 kudos

Resolved! How to debug a hard fault exception for STM32?

I am currently using stm32f407 with FreeRTOS as operating system in MDK IDE. Recently, When I added a new function ( The new function is ospf routing algorithm, and it is very complex and involves many files ) to my project, I began to encounter hard...

yanhc by Associate III
  • 8560 Views
  • 13 replies
  • 0 kudos