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
* you can use the value of the hardware timer that RTX uses. * you should service the watchdog in the MCI_xxx.c file.