STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIMx_ARR relations to the preload and shadow register?

In RM0008 Technical Reference Chapter 15, TIMx_ARR was introduced in counting mode. Meanwhile, two other registers: preloaded and shadow register, were also mentioned. However, in the TIMx register Map, Preloaded and shadow registers were not mention...

KSun.11 by Associate II
  • 2154 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F4 DSP noise with inbuilt ADC and DAC

I'm trying to perform signal filtering with STM32F407VGT. I've set up the ADC and DAC to work synchronously, triggered by a timer at 42kHz, and using DMA. The idea is to process half of the buffer while ADC is filling the other half. However, even wi...

0693W000000UQ7rQAG.jpg
A_Dave by Associate
  • 756 Views
  • 2 replies
  • 0 kudos

Delay from CKT_EN to CK_CNT

In the RM0008, Figure 120 on page 379, it says "as soon as the CEN bit is written to 1, the prescaler is clocked by the internal clock, CK_INT. " as shown below. However in the figure, the CK_CNT appears 2 cycles after the CEN bit became 1. Given t...

0693W000000UOJlQAO.png
KSun.11 by Associate II
  • 742 Views
  • 3 replies
  • 0 kudos

How to create a Bootloader for STM32F746G-Discoboard?

HiI'm trying to create a bootloader for STM32F746G-Discoboard firt before create my own board. I have read AN2606 and AN3155 to create it by UART but also found this https://github.com/ferenc-nemeth/stm32-bootloader. I'm a little confused about what ...

h7 ibis file correctness

Hican you please check the stm32h743_753_lqfp100.ibs model from the en.stm32h7_ibis.zip archive? I have a problems simulating SI on the rmii interface, most likely because of this output model: io8_i2c_ft.Right now there is only two ic with direct rm...

0693W000000UNtdQAG.png 0693W000000UNtiQAG.png
YAgee.1 by Associate II
  • 482 Views
  • 1 replies
  • 0 kudos

Resolved! Hello, I'm new on STM32. I'm using STM32F769-Discovery for product prototiping and I am trying to use USART6 with interrupts. That's what I've:

#define UART_PORTID USART6//USART1     #define USARTx_CLK_ENABLE() __HAL_RCC_USART6_CLK_ENABLE(); #define USARTx_RX_GPIO_CLK_ENABLE() __HAL_RCC_GPIOC_CLK_ENABLE() #define USARTx_TX_GPIO_CLK_ENABLE() __HAL_RCC_G...

0693W000000UN7UQAW.jpg
RCres.1 by Associate III
  • 563 Views
  • 1 replies
  • 0 kudos

STM32L053 Nucleo how to flash

Hi, I would like to know how to flash a program to my STM32L053 Nucleo board, for now after each power cycle I need to download the program via a debugger to the board, is how do I flash the program to the board ?

Wleon.1 by Associate II
  • 1381 Views
  • 6 replies
  • 0 kudos