This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I add Software Prioritized Interrupt Nesting in Sysconfig, It creates a file called "sw_prioritized_isr_levels.h". In that file is the following line:
// // Include the header file with software interrupt prioritization logic // #include "device_support\f28003x\common\include\sw_interrupt_prioritization_logic.h"
This is a valid PC path but it is invalid for a Mac -- it needs "/" instead of "\"
How soon can this be fixed?
Regards
Hi Neil,
I've notified the software team to fix this for next release. In the meantime, you can edit the file "c2000ware-release\driverlib\.meta\interrupt_nesting\sw_prioritized_isr_levels.h.xdt" on line 142 to point to use the correct path delimeters ("/")
Regards,
Vince