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 everyone,
I see on the Keil website that RTX Kernel supports LuminaryMicro LM3S6965, doesn't it? Can anyone show me where can I find the example source code of it? I can't find it in my RVMDK 3.11.
Thanks,
Huy.
Yes, RTX_Blinky is not yet published in MDK3.11, it will be in the next MDK release.
You can take RTX_Blinky example for DL-LM3S102 as a reference. RTX configuration file is the same for all CM3 devices.
Thanks for your quick response.
By the way, when looking at the RTX configuration file for LM3S102, I see that it use timer 0 as systick.
#define OS_TIMER 0
In the LM3S6965, there's systick timer 24bit. Is there any way to use it for RTX instead of timer 0?
It is the sys-timer which is used for RTX tick timer. The OS_TIMER define is used only for debugging purposes for µVision RTX Kernel debug dialog.