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.

TMS320F280034: Sysconfig has a bug in Software Prioritized Interrupt Nesting on a Mac -- it uses PC Paths

Part Number: TMS320F280034
Other Parts Discussed in Thread: SYSCONFIG

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:

Fullscreen
1
2
3
4
//
// Include the header file with software interrupt prioritization logic
//
#include "device_support\f28003x\common\include\sw_interrupt_prioritization_logic.h"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

This is a valid PC path but it is invalid for a Mac -- it needs "/" instead of "\"

How soon can this be fixed?

Regards