Is semi-hosting for file I/O is supported in Xtensa Xplorer IDE ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is semi-hosting for file I/O is supported in Xtensa Xplorer IDE ?

802 Views
rahul_mohan
Contributor I

Hello,

I am planing to implement an audio decoder solution running on HiFi4 DSP processor in i.MX RT600 EVM.

It seems like, I could connect 'i.MX RT600' with Xtensa Xplorer IDE and load my program using onboard Jtag connector.

In the initial stage of implementation, I have to test the solution using file based input/output.

That means, I have to feed the decoder running on HiFi4 core with data from a file present in host PC.
Similarly, the output from decoder needs to be written to a file created on host.

I would like to know that, whether the Xtensa Xplorer IDE supports read/write operation on a file present in host machine (semi-hosting support for file I/O)?

Thank you.

Labels (1)
0 Kudos
2 Replies

728 Views
FelipeGarcia
NXP Employee
NXP Employee

Hi Rahul,

 

If I am understanding correctly you need to read/write data from a file to the RT600 by using semihosting? If so, I am afraid that is not possible. You need to send the data to the MCU by using some interface or communication protocol, maybe using SD card or USB.

 

Sorry for the inconvenience that this may cause you.

 

Best regards,

Felipe

728 Views
rahul_mohan
Contributor I

Hi Felipe,

Thanks for the reply.

0 Kudos