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.