STM32 MCUs Products

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
  • 1181 Views
  • 4 replies
  • 0 kudos

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
  • 384 Views
  • 0 replies
  • 0 kudos