• systick problem
    hi i am trying to display the execution time with the systick : i read that there is a limitation to the size of this timer so i tried to add this function many times ,i though of summing the result...
  • SysTick Handler Multiply defined
    Hi, I am using NUCLEOL152RE board.I loaded X-NUCLEO-IKS01A1 example datalog project. I'm still fairly new to Keil so this may be a very silly question but when trying to compile a project, I get...
  • RTX5 PenSV & Systick Question
    Hello, I created a sample project to test RTOS2->RTX5 on STM32L433 with HAL libraries. I removed the cube created Systick,PendSV and SVcall handlers.Created 2 tasks with blinking leds and everything...
  • LPC11C24 SYST SYSTICK
    Hi everyone, Is The library of LPC11C24 suitable for using SYSTICK pripheral as a delay function? Beacause in its keil library there are no some of registers to modify like SYST_CSR, SYST_RVR and SYST_CV...
  • How to read the SysTick timer value?
    1. I want to know what is RTX SysTick timer? 2 Or how to read its current value? 3. How to start SysTick timer before RTX if it is possible? I'd prefer to use library functions but failed to find...