Tool/software: Linux
Hi.
I have a system using the AM5728 evm with Linux on A15 and TI-RTOS on DSP core.
Our DSP1 firmware uses MCASP5, and IPC/CMEM to communicate with an application running on A15/Linux.
we are creating a WebServices Server under Node.js. the Server works fine if use HTTP.
but, when we change to encrypted HTTPS:
1.- if we load the DSP1 with our custom firmware then node.js server stuck and the only way to stop is rebooting the system (can't stop using Ctrl ^C).
2.- if we unload the DSP1 firmware then the https module works 100%
what can be issue? any ideas?
Thank you.