Part Number: TDA2EVM5777
Dear,
Because some data is big,I want to read the data when algorithm needs these data,
How to read data from SD?
for example: file = fopen(path,mode)
how to write the path parameters of fopen?
BRS,
Meng
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA2EVM5777
Dear,
Because some data is big,I want to read the data when algorithm needs these data,
How to read data from SD?
for example: file = fopen(path,mode)
how to write the path parameters of fopen?
BRS,
Meng
Hello Meng,
Yes, same use-case is available on the VSDK sysbios. (examples/tda2xx/src/usecases/network_rx_tx)
Note that current sysbios Null Src + decode + display use case uses Network (Ethernet) for receiving data, you would need to change it to receive from SD.
You can refer to chains_nullSrcDisplay_SetNullSrcPrms function in VSDK linux use-case for SD related config params and modify in sysbios use-case.