Could you give some clarification on PROC_Write/PROC_read() function in DSPLINK driver
1. PROC_write/PROC_read function copies data to/from DSP memory space as single byte. will it create any memory corruption issue if I copy to/from DSP memory space as 4 byte?
2. Can I use memcpy() function instead of PROC_write/PROC_read if I know dsp address and gpp address?
Please provide your suggestions and your early response is very much appreciated.