Hi!
I put the domain demo application file on my device A, and then I used the SDO reader function on another device B to read the domain, but I found that it failed to read 1024 bytes, I changed here
static OD_size_t dataSize = 512
And it worked.
I wonder if the SDO read failed because 1,024 bytes were too many and the fifo was full?
Hi! I put the domain demo application file on my device A, and then I used the SDO reader function on another device B to read the domain, but I found that it failed to read 1024 bytes, I changed here
static OD_size_t dataSize = 512
And it worked.
I wonder if the SDO read failed because 1,024 bytes were too many and the fifo was full?