We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
I'm hoping someone miht be able to offer me some advice.
I am using RL-ARM (RTX RTOS) & RL-FSFLASH on an STM32.
I have a problem where I think our external watchdog is resetting the STM32 when I am performing some SD-Card I/O.
I'd like to measure the time, perhaps in the RTOS ticks, to see how long a routine takes.
Can anyone tell me is there an RTX os call that I can read ticks ?
Thanks in advance
Clive
Found out
declare;
extern U16 os_time;
os_time ticks away at the rate specified in RTX_Conf_CM.c
#ifndef OS_TICK #define OS_TICK 1000 #endif