Other Parts Discussed in Thread: CC2640, SYSBIOS
Hi,
I have a project based on the simple peripheral example. I'm trying to use XDC to enter an interrupt service routine into the vector table in flash, but when I view the memory in my debugger, I can see the entry has not been set (0xFFFFFFFF).
The code I have is as follows:
utils.importFile("common/cc26xx/kernel/cc2640/config/cc2640_r2_csdk.cfg");
/*
* Extend the cc2640 configuration
*/
/* prevent the generation of the call to SetupTrimDevice in iar_startup */
Boot.trimDevice = false;
m3Hwi.create(30, '&WatchdogHC');
When the interrupt is triggered, I get a hardware exception that looks like the address of the routine is not being found. If instead of XDC I use the driverlib function IntRegister, everything works OK but I want to avoid using this if at all possible.
I have tried searching through what little XDC information I can find but I'm getting increasingly lost. Could anyone suggest what I could try or where I can look for more information on this specific case?
Thanks,
Hester
 
				 
		 
					 
                           
				