Other Parts Discussed in Thread: SYSBIOS
Dear experts,
I developed and tested my DSP- side code with CCS and it is OK. When I started to implement together with SysLink/IPC I faced quite fatal problems - Hwis did not work. I took one of those SysLink examples and pushed my code there, did changes to *.cfg, increased stack, heap etc sizes but Hwi_create still hangs; i debugged situation with CCS- emulator and Hwi_creare does not return properly - reminds me good old stackoverflow!!??
I took very basic SysLink 2.21.03.11 example ex01_helloworld, put hwi there, did necessary changes to *.cfg etc. etc. and result was the same - whichever function/thread I put Hwi instance creation, the same happens. All SysLink examples and syslink.ko are oprational and tested - so is my code without Hwi.
So my question today is that does there excist an example with SysLink (IPC) and Hwi in same application code, is there some principal things to take into account when SysLink is used?
Next step to me is to pass SYS/BIOS/Hwi and use traditional way to handle hwi - off course that is brute and I would not like to do that.
Regards,
Risto