STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA buffer Question

I am trying to send large streams of data into the STM32H753 and I'm trying to maximize the baud rate, ideally aiming for a baud rate of 921600. Unfortunately, I don't know the byte size that will be incoming, which makes it difficult to know how to...

JayDev by Senior II
  • 1348 Views
  • 5 replies
  • 0 kudos

Resolved! How to made a function to call other functions?

Hi to all!!!I do repeteadly this function:switch(segundero_d){case 0: numero_0(); break;case 1: numero_1(); break;case 2: numero_2(); break;case 3: numero_3(); break;case 4: numero_4(); break;case 5: numero_5(); break;case 6: numero_6(); break;case 7...

Resolved! How to add HAL Library in STM32F1 in Keil.

Hi,I'm looking for the right steps to add the Hal library to a Keil project.i already have the stm32f1xx hal library that include the hal and the cmsis folders (src and include).i'm facing some problem with linking the library. so if someone can tell...

MAhme.6 by Associate
  • 3499 Views
  • 1 replies
  • 1 kudos

Systick only runs when CPU is active

I've got a strange situation. I've enabled systick, but it doesn't keep time unless the CPU is active. Key excerpts:main.c: SysTickInit(sys_clocks.SYSCLK_Frequency);void SysTickInit(unsigned base_freq) { SysTick->CTRL = 0; // Turn it off. ...

RSext by Associate II
  • 3481 Views
  • 12 replies
  • 9 kudos

Resolved! LSE Drive

Hi,I have questions about LSE Drive (STM32L0).1) In RCC register are LSEDRV[1:0] bits and I am not sure if I understand it corretly.From datasheet about these bits: They are cleared by a power-on reset or an RTC reset. Once “00�? has been written, th...

JJRR by Senior
  • 1028 Views
  • 1 replies
  • 0 kudos

Resolved! SRAM2 is only partially retained

Hello dear STM32-Community,I'm using an STM32L4R and wanted to configure my data retention of SRAM2 for standbymode.I did the following changes to the linker file:/* Highest address of the user mode stack */ _estack = 0x10004000; /* end of RAM */ ...

0693W00000KbduWQAR.png
crackl1ng by Associate III
  • 712 Views
  • 4 replies
  • 0 kudos

Resolved! CAN module in STM32F722ZE Nucleo Board.

I intend to use CAN module in STM32F722ZE Nucleo board, but I have a problem- the CAN module does not work. I tried to see the example code, but it also is not run. Anyone has the source code for CAN module in STM32F722ZE Nucleo? ( Loopback or normal...

CTran.2 by Associate II
  • 1147 Views
  • 7 replies
  • 0 kudos