Hi, everyone!
If I havn't added dsp/bios file in my project, can I use the dsp/bios function of MEM_alloc() in my project?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, everyone!
If I havn't added dsp/bios file in my project, can I use the dsp/bios function of MEM_alloc() in my project?
Thanks!
Unfortunately the BIOS functions like MEM_alloc are dependent on other portions of BIOS to operate, so they will only work if your project is a BIOS project and thus has a dsp/bios file (.tcf) in it. If you are not using BIOS than you would have to use the traditional malloc call.