Results 1 to 3 of 3

Thread: sharing data between the CPUs

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Jul 2006
    Posts
    2
    Rep Power
    0

    Question sharing data between the CPUs

    I'm programming in C++ and I've gotten small programs to run on the DS, but I can't get data from one cpu to the other. The best I've done is be able to initialize a variable on the ARM7 and then read it once on the ARM9, but the ARM7 can no longer modify the variable.

    I am aware that there is a section of memory for communication between the CPUs, but I could not get it working, and I would also like to know how to share the main memory to share large chunks of data(maybe by putting a pointer in the FIFO).

  2. #2
    DCEmu Old Pro DanTheManMS's Avatar
    Join Date
    Oct 2006
    Posts
    1,946
    Rep Power
    74

    Default

    http://forum.gbadev.org would probably be better for DS coding help. Most people here are end-users, not developers.

    Yes, it's GBAdev, but there are three active DS sections as well.

  3. #3
    DCEmu Newbie
    Join Date
    Jul 2006
    Posts
    2
    Rep Power
    0

    Default

    thanks, I actually figured it out reading over there

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •