STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L432KC RTC Init Fails after DFU

Posted on February 15, 2017 at 04:36 I created a PCB based on the STM32L432KC. It uses an LSE for the RTC. I am using STMCubeMX 4.0 to create the initialization code with version 1.6.0 of the STM32L4 HAL library. The system starts up fine from...

STM32F103 CAN IT won't retrigger

Posted on June 05, 2018 at 09:20Hello everyone, I am having a little issue with my STM32F103RBT6 code. I am trying to make the Receive CAN IT work.The problem I am facing is that it is working for a small amount of time and then just stops (either i...

B C by Associate II
  • 450 Views
  • 1 replies
  • 0 kudos

STM32F437 Ethernet does not sent packets

Posted on June 04, 2018 at 20:42Hello,I have an ownmade ethernet board having Micrel/Microchip KSZ8081MNX.I started using NUcleo STM32F429ZI using CubeMX 4.25.1At first it all looked promising and could identify the places where to change the settin...

taraben by Senior
  • 498 Views
  • 0 replies
  • 0 kudos

Resolved! include CMSIS folders

Posted on June 03, 2018 at 05:16with soooooooo many options for evvvvererereryyyy thingI am work on bringing up my new project, using the STM32H753please tell me this is ok ?how does Cortex-A relate ?The H series Reference manual: ARM� Cortex�-M7the...

0690X0000060BOdQAM.png
T J by Lead
  • 748 Views
  • 3 replies
  • 0 kudos

Resolved! How to swap banks using BOOT_ADD0

Posted on May 31, 2018 at 16:58Hi everyone,I have a STM32F7 Discovery board and I would like to upload new firmware on it.I read AN2606 and AN4826, and I saw that it's possible to split the flash into two memory banks (nDBank = 0) and I can start ei...

ced seg by Associate II
  • 1248 Views
  • 3 replies
  • 0 kudos

Restore circular DMA RX after UART error

Posted on August 10, 2017 at 03:50 Hi! On both STM32F405 and STM32F745: We use circular mode DMA RX. It works fine until the first frame or hight noise error occurs (which rarely but happen). After the error DMA stops working. Naive cal...