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

Resolved! SysTimer period less than 1 ms

Hello, I am moving from TI DSPs to STM32 MCUs.I would like know if it is possible to configure SysTick timer to generate an interrupt with a period less than 1 ms, as I usually do on TI DSP projects.My doubt comes from UM2319, par 6.1.2:"SysTick time...

CTabo.1 by Senior
  • 1537 Views
  • 4 replies
  • 0 kudos

I'm using STM32F100RBT6. The goal is to use TIM3 CH3 to generate a PWM signal with different duty cycle using DMA transfer.

I have configured TIM3 (using CubeIDE) in such a way that it generates an event that is used to transfer measurements on the ADC channels to memory using DMA. This works.But in the same time, I want to transfer to TIM3 CH3 the values in a table. The ...

costi by Associate III
  • 1174 Views
  • 4 replies
  • 0 kudos

Trying to get SPI slave transmit working in interrupt mode

I took SPI interrupt example from STM32CubeF1 repo. I have two Nucleo-F103RB boards. I am using one board as Master and the other as Slave. If I run the example as is then communication is working as expected. That is data from Master is getting sent...

GdubeyJi by Associate
  • 797 Views
  • 0 replies
  • 0 kudos

In STM32F401 using ADC (4 channels in Scan Conversion mode) using DMA triggered by Timer , Data of different Channels interchanges.

I am using STM32F401CCU6 for making Oscilloscope with Waveform on display, I need to display upto 1kHz waveform in 300points. For that i am using 4Channels ADC with DMA and timer for Triggering. The code used for ADC starting :if(HAL_OK != HAL_ADC_St...

HJang.3 by Associate II
  • 497 Views
  • 0 replies
  • 0 kudos

Resolved! how to inteface HI-8476 ic in stm32

Hello every one .Im yugenthar I need your help Anyone Know th arinc-429 protoaclThen how to implement the stm32F Any boady know this concept Please give the sollution

I'm using NUCLEO64 F302R8 controller, it works when I first debug the program, then it doesn't work at all. What could be the reason for this?

In my project, I convert char array components to uint_8 data type with atoi. It works fine with my project in the debug phase, then it doesn't work. I have to debug every time I want to run it./* USER CODE BEGIN 4 */ void HAL_UART_RxCpltCallback(UAR...

YBAYR.1 by Associate III
  • 489 Views
  • 0 replies
  • 0 kudos