]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/big-data-ipc-examples.git/blob - host_bios/simple_buffer_example/readme.txt
5f90ca6c1a68963bec0160a7dc420557be15dedc
[processor-sdk/big-data-ipc-examples.git] / host_bios / simple_buffer_example / readme.txt
1 #
2 #  ======== readme.txt ========
3 #
5 BigdataIPC example
8 Program Logic:
9 --------------
11 Initially, the host sends first message with shared memory init information
12  followed by  2 more dummy messages to slave core ( all three messages sent in
13  sequence without waiting for reply).
14 Independantly, the slave processor receives messages and  sends back reply
15  back for each of the messages to the host.
16 Then the host receives one message from the slave and sends a message with
17  Big data buffer allocated from the Big data heap and filled with an
18  incrementing pattern. (This process is repeated with 10 Big data Buffer
19  messages). Each of these Messages are received by slave and the values
20  in the buffers are updated with a modified incrementing pattern
21  and sent back to the host.
23 Note the Slave and Host processors checks the expected incrementing
24  pattern for errors.
26 At this point only 7 Big data buffer messages would have been received.
27 Then the host sends two dummy messages plus one  shutdown message to the slave
28  core when receiving the remaining three Big data buffer messages.
29 The slave core on receiving the shutdown message, shuts itself down and
30  reinitializes itself for future runs.
32 Then the host receives back the remaining returned messages before shutting
33  down.
35 Build_procedure
36 ---------------
37 Build is structured to be initiated from the Processor SDK top level makefile.
39 If you want to override the components or do a local build, then the product.mak
40 need to be modified to supply the path names of the different components.
42 The host binaries are expected to be at:
43 host/bin/<board_name>/release
44 DSP binaries are expected to be at:
45 dsp/bin/<platform_name>/release