Part Number:TMS320C6678
Tool/software: Code Composer Studio
Hello.
I'm testing my SYS/BIOS application using a TMS320C6678 device.
- MCSDK 2.1.2.6
- SYS/BIOS
- NDK
- OMP
- CCS 8.3
The problem occurred when I integrated my application with the Hyperlink example project provided by MCSDK.
The location of the problem was the ISR setup.
Hyperlink Example uses ISR settings using INTC module, but when combined with my application, the program is dead.
So I used CpIntc and Hwi to create an ISR setup, which killed the program with an error message.
I used UART ISR setup as see below change(red box). But Hyperlink ISR setup is not working as see below Error message.
< change >
< Error Messages >
Question1) Is not correct for ISR setup ??
How to setup hyperlink ISR without INTC module?