How to store data from my RT 1020 Dev Board to my PC

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

How to store data from my RT 1020 Dev Board to my PC

604 Views
VolcanicCheese
Contributor III

Context:

I am trying to grab data from a device from an Arduino to my Dev Board, but it is an array of 50,000 bytes. I wanted a way to read that 50,000 bytes. If I try to print out all the array, it stops printing out data from the byte once it reaches a certain amount of print statement.

Question:

I was wondering if there was a way to store a big array of something like a text file on my PC?

0 Kudos
3 Replies

596 Views
jeremyzhou
NXP Employee
NXP Employee

Hi @VolcanicCheese ,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) I was wondering if there was a way to store a big array of something like a text file on my PC?
-- If you want to store the data permanently, you should write the data to the QSPI flash, otherwise, you can store the data in either RAM or SDRAM.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

585 Views
VolcanicCheese
Contributor III

Thank you for your response.

I was wondering how I could store the data on my laptop that runs the MCUxpresso IDE? 

0 Kudos

578 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thanks for your reply and clarification.
1) I was wondering how I could store the data on my laptop that runs the MCUxpresso IDE?
-- In my opinion, it's impossible to save the big data directly via the MCUXpreeo IDE.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos