Other Parts Discussed in Thread: SYSCONFIG
Am reading a TI-RTOS Kernel (SYS/BIOS) User's Guide to be more familiar with BIOS modules and how to use different types of interrupts;
the issue is this manual is built with reference to the old version of CCS (I think it is v.5) so when I read an example about those interrupts and how to configured them and use them correctly, it does Not apply with my current CCS which is version 10.3; and I think the problem is the SysConfig GUI tool which was added recently in order to facilitate the process of configuration.
So, I do not know how to build and use such those modules since when I put the code example as it is in the book within CCS v10 it returns with error.
even though the example (ex: SwiHookExample.c ) is not available in the TI resource explorer.
anyone can tell me how to add, use, and build software/hardware/task interrupt modules in CCS version 10 as step by step ??(since am not an expert with the IDE and there is not tutorials about those topics in this version).
Also, am not sure if these modules can be added by SysConfig and if the conficuration file can be edited as mentioned in the User's Guide ??