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 All,
I'm working with an Atmel AT91SAM7S256 (ARM7 Core) and using the new version 3.03a of MDK ARM Keil Environment. I had discover two problems with this version, but I had also find some workaround for them: 1) Problem about os_sys_init_user function: when you use os_sys_init_user the system go to the Abort Expetions. WORKAROUND: using the os_sys_init function and after usign the os_tsk_prio to change the priority of the task if necessary.
2)Problem about os_dly_wait: when you use the os_dly_wait the round robin process don't work fine !! It seem the same problem that there was in the version previous at 2.10 version. WORKAROUND: using os_evt_wait_or instead to os_dly_wait.
If someone would like more details about above two issues, he can reply at this message and I give it him with pleasure.