gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Which CPU-inter-communication ?

#58767 - Didou - Tue Oct 25, 2005 10:11 pm

Hi,
I'm currently playing with microphone, in order to add this feature to ReboNDS.

I know that it is not advised to add leading data to the IPC structure (what I shamely do :))

Which kind of other *RELIABLE* inter-CPU-communication could we use when dealing with the libnds ?

-- Didou

#58777 - Mollusk - Tue Oct 25, 2005 11:07 pm

I would like to know too, as that's what delaying me the most in developping right now...
_________________
PAlib official forum : http://www.palib.info
PAlib official tutorials: http://www.palib.info/wiki
Updates, help, code examples, tutorials, etc...

#58782 - strager - Tue Oct 25, 2005 11:33 pm

There is FIFO, that'll allow you to communicate with the two processors...

And I love messing with the IPC. :) But be sure to make it Dualis-friendly; I think you need to add your IPC stuff before what's already there to make them compatable, although I might be wrong.

#58831 - Mollusk - Wed Oct 26, 2005 4:02 pm

I'd say to add stuff after...
_________________
PAlib official forum : http://www.palib.info
PAlib official tutorials: http://www.palib.info/wiki
Updates, help, code examples, tutorials, etc...