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

Hi, I'm using an STM32F072VB eval board and having issues receiving a CAN message and transmitting the same message to UART. I'm using IXXAT CAN Analyzer and basing my code on the CAN_Networking example which worked fine. I attached my code, any help?

/* Includes ------------------------------------------------------------------*/#include "main.h"#include <stdio.h>#include <malloc.h>/* Private includes ----------------------------------------------------------*/ /* Private variables --------------...

Resolved! STM32H7 FDCAN: sending FD message not working, non-FD works

Hi,I am trying to send a CAN FD message with a STM32H743, using initialization code generated by CubeMX. Attached you can find a screenshot of the CubeMX settings. The clock to the FDCAN module is 100MHz. This is the code I use to send the message:HA...

Fr4nky by Associate II
  • 1133 Views
  • 1 replies
  • 0 kudos

Resolved! ELF loading crashes the device while HEX doesn't ?

I am using STM32F030R8T6, with 64kB flash size. Now I have <1k space left in the flash and whenever I load the ELF file with Atollic TrueSTUDIO the device doesn't work. The watchdog keeps resetting the device. However if I load the .HEX file, everyth...

0690X00000BwmRPQAZ.jpg

STM32L475RE. RTC Wake Up doesn't interrupt

Hi everyone!I'm using STM32L475 and I have a problem, the RTC Wake Up doesn't interrupt. I've set up the RTC in order to interrupt as follows (interrupt every 31.25 ms):static void MX_RTC_Init(void) {   /* USER CODE BEGIN RTC_Init 0 */   /* USER ...

SYSCFG.PWRCR ODEN bit on STM32H743 version Y

Like many I assume I'm having to code to cope with the differences between version V and version Y H7 parts. Things like having to change the call to set RTC drive current depending the version are irritating (errata on version Y).ASN5312 states that...

PMath.4 by Senior III
  • 632 Views
  • 3 replies
  • 0 kudos

How to slow down the speed of DMA for ADC

Hi,I tried to add a DMA for my ADC on STM32F767ZI with 216MHz. I just want to convert one Channel. In my Interface a select circular mode, enabled DMA continuous request, enabled Continuous conversation mode. When I start the DMA, my Buffer get fille...