I am having problems dynamically creating the tasks for the biosusb stack. I have created a program that can communicate over the usb using a custom CDC usb stack based upon the BIOSUSB driver, and if I placed the required jungo threads in the TCF file it all works....
BUT I cannot dynamically create the tasks without the program reseting DSP/BIOS or reaching UTL_halt(). I have created the task using the same jungo functions and with the same priorities, and stack sizes and with the same launch code calling configureUSB and dsp_bios_entry(NULL).
Please could you describe anything important that I may not be doing when compared to static task creation as opposed to the DSP/BIOS dynamic methods.
I am using DSP/BIOS 5 and biosusb 1.10.01 on an EVM with a C6748 on board. I am aware of the recent 1.10.02, but have not been able to download it yet.
Peter
Ps. Happy Easter one and all.