• RTX timing change
    I am really surprised that with the latest version of RTX that Keil has changed the functionality of the millisecond parameter to delay functions. See http://www.keil.com/support/docs/3766.htm...
  • 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...
  • can you change systick configuration throughout the program?
    I've written some code where leds light up in a sequence. I used the systick to trigger an interrupt and light up the next led in the sequence. I want to gradually increase the speed of the sequence...
  • 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...