STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_RCC_OscConfig ends in HardFault_Handler

HiI'm using a Nucleo-144 with a STM32F767ZI.I have included in my project FreeRTOS and FreeRTOS-IP although that may not be related with the problem, since the crash happens before reaching the initialisation of FreeRTOS.My problem seems to be that H...

EGonc.2 by Associate II
  • 392 Views
  • 1 replies
  • 0 kudos

Resolved! SysTick_Handler and RTOS

Hello , I had started a project with STM32F410RB wish communicate with a keyboard and LCDActually i wrote my program that call SysTick_Handler from stm32f4xx_it.c to interact keyboard and detect if there is a button pressed and wrote caracter on LCD....

Ahajr.1 by Associate II
  • 1573 Views
  • 1 replies
  • 0 kudos

CPU Utilization using FreeRTOS

Hi I want to measure the CPU usage of the tasks running by FreeRTOS.I use the following code, but I see very inaccurate results.I want to use a sliding window, or even a timer.Is there a known solution or good practice to do so?I use FreeRTOS with ST...

deckhard by Associate III
  • 901 Views
  • 1 replies
  • 0 kudos