User`s guide

High-Speed Simultaneous Transfer
Host-Side Client Interface
272
Targeting MC56F83xx/DSP5685x Controllers
hsst_write
A host-side client application uses this function to write data that the target application
can read without stopping the core.
Prototype
HRESULT hsst_write (
void *data,
size_t size,
size_t nmemb,
size_t channel_id,
size_t *written );
Parameters
data
Specifies the data buffer that holds the data to write.
size
Specifies the size of the individual data elements to write.
nmemb
Specifies the number of data elements to write.
channel_id
Specifies the channel ID of the communication channel to write to.
written
Contains the number of data elements written.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.