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?
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.
-------------------------------------------------------------------------------
Thank you for your response.
I was wondering how I could store the data on my laptop that runs the MCUxpresso IDE?
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.
-------------------------------------------------------------------------------