Hi
My tools:
IDE: CCS 3.3
OS: Win XP
DSP: C6455
RTOS: DSP/Bios
Board: Customized board
My project specifications:
1) I used an interrupt that enables via GPIO.
2) I used two tasks(task-A, task-B).
3) I used NDK and make two task in it(UDP send and recieve).
I assigned priority 15 to task-A, priority 1 to task-B and priority 5 to NDK task( stack start). I expected when an interrupt happened, after the ISR function executed with according to priorities, at first task-A and next task-B or NDK be executed. I want task-A execute exactly after running my ISR function but this procedure doesn't happen .
Question 1:
What should I do?(I want DSP work compatible with my scenario)
Best Regards