Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
I believe there is an error in the generated code when using sysconfig to set up interrupts on the MCANB peripheral.
The following lines are generated in board.h with the MCANB peripheral selected and "Register Interrupt Line0 Handler" enabled:
// Interrupt Settings for INT_MCAN_test_0 #define INT_MCAN_test_0 INT_MCANA_0 #define INT_MCAN_test_0_INTERRUPT_ACK_GROUP INTERRUPT_ACK_GROUP9
#define INT_MCAN_test_0 INT_MCANB_0 #define INT_MCAN_test_0_INTERRUPT_ACK_GROUP INTERRUPT_ACK_GROUP11
