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

Resolved! STM32F427 DMA transfer error -- why? (not CCM issue)

Hi,I'm getting a DMA transfer error on an STM32F427, but don't know why. I've already ruled out memory areas (ie. CCM) not accessible by DMA. Here are my registers:As you can see, S0M0AR is located in SRAM, S0PAR is a GPIO BSRR register. The transfer...

0690X00000AsR1iQAF.png
Szabi by Associate
  • 1864 Views
  • 2 replies
  • 0 kudos

the STM32F401C is not discovered

I have Windows10 build Version 10.0.17763 Build 17763I installed DFuse v 3.0.6.The USB detection does not detect my STM32F401c-disco in DFU MODE.In the win device manager no STM device is listed.My USB cable is good, the port is good. What driver is ...

Fake Idle Line Interrupt

Hello,​I​ use Idle Line interrupt as a timeout for UART Receive, to end up an ongoing receive process.All in all, it works good for me, but I do have a constant issue on all the STM32, like L1, L4, H7, with a "fake interrupt upon reset". That means :...

Yevpator by Associate III
  • 1840 Views
  • 6 replies
  • 1 kudos

Not able to Restart MCUs after enabling WWDG timer.

Hi, I am using STM32F413ZH Discovery Board and trying to reset MCU from the WatchDog timer. So I found there are two WatchDog timer in FreeRTOS IWDG and WWDG. and one example I created with toggling the LED in that I enabled the WWDG timer. after tog...