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

Missing CAN frames in STM32F205

HI ,  I am having an issue with STM32F205 controller CAN rx message reception. We used cubemx to generate the CAN driver at the baud rate of 250kbps. we want to receive CAN messages around 1100 messages per second. but we are missing CAN frames above...

SA.21 by Associate
  • 439 Views
  • 0 replies
  • 0 kudos

STM32H750VB_UART_DMA_Mode

I have enabled DMA for usart2 in pins PD5 and PD6 and I have attached my main file. I have tried uart transfer by polling mode and interrupt mode both are working fine. But when I try for DMA mode the data is not transferring .I don't know where I ha...

Resolved! HAL delay doesn't match the value

I am using an STM32 MCU. When I use the HAL_Delay function with a parameter of 1000 for example, I see that the delay is shorter than it should be. I have checked that HAL_IncTick(), but it works correctly and it is placed inside the SysTick_Handler....

VCapu by Associate III
  • 1378 Views
  • 9 replies
  • 0 kudos

Resolved! Why does the material stm32f205rey6 have no ST logo. Do the following 7522 and 8032 refer to Datecode? If it represents the date, wha

生产几K套时�?�现大部分 datedote 7522 和 8032 使用了ST-link 或J-link 使用SWD方�?�?能烧录连接 ,开始以为是SWD功能被�?用了,试了�?�?和 boot0拉高�?��?行,使用Jtag方�?也�?行。带用ST logo�?�?�的�?�是OK的,请问这两�?方�?什么�?�?��?�?还是什么特殊烧录设置�?�?During the test, it was found that most datedote 7522 and 8032 used st...

0693W00000AOS4xQAH.png

Resolved! Can't communicate when use 500K and 5M Bit Rate

Hello, everyone,I test CANFD a long time. And I found that some Bit Rate doesn't work together. For example, I use CANFD Mode, set to 1M + 5M. It work well. But same parameter at Data Bit Rate,I change to 500k + 5M, or 250k + 5M, it can't work. It al...

0693W00000AP87KQAT.jpg 0693W00000AP87FQAT.jpg
YZhon.1 by Associate II
  • 1116 Views
  • 2 replies
  • 0 kudos

Resolved! HOW TO HANDLE DUMMY DATA FROM SPI

Hi, I would like to ask, I have a SPI setup Full duplex which my STM32f302R8 nucleo board as a master and arduino UNO as my slave.I send a data 0x0C from master to slave. During transmission, I know that the slave will return a dummy data back to the...

0693W00000AO3oRQAT.png
WM_IR by Senior
  • 2332 Views
  • 6 replies
  • 0 kudos

Error Launching Debug with Segger J-Link

Running STM32CubeIDE on Ubuntu. Custom board running a STM32H757. Trying the lead program/Run Debug using a Segger J-Link Plus. Followed steps to set up application debug for Segger J-Link. When I try to run it I get an error window with "java.lang.N...

0693W00000APR79QAH.png
ATrow.1 by Associate
  • 370 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE and UHD/4k screen, Part 2

Hello,I'm trying to adjust the size of icons and fonts in STM32CubeIDE (Version 1.6.1) to the display on a 4k screen, because they are too small on such screens, it really hurts the eyes. I found a couple of suggestions for solving this problem on th...

UART Transmit, bare metal (no HAL OR LL). I just want to transfer 1 charater(later i would do a string) I am reading the character through hercules. Baud rate is 115200. (16Mhz / 115200 = 0x8B) here's the code. where am i going wrong?

#include<stdint.h>#include "usart.h"voidclock_init(void);voidclock_init(void){ RCC->CR &= ~(RCC_CR_HSIDIV); RCC->CR |= RCC_CR_HSION;}int main(){ clock_init(); usart_init(); while(1) { }}#include <stdint.h>#include "stm32g0xx.h"         // Device head...

Singh12 by Associate
  • 1352 Views
  • 3 replies
  • 0 kudos