This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Limited stdio header file for file IO

Hi,

we are using the nrf9160 for our fleet management products, and am currently working on downloading firmware updates from our server. I am using an HTTPS POST request for this, and have successfully parsed the response when it comes to .txt files, but am having trouble when it comes to .bin files.

My goal was to parse the response, and write the binary file contents to a local file to store in flash memory, but there are no file IO functions within the limited stdio header file. Is there either a better way to do this, or a way to add the traditional stdio header file to use normal file IO operations. Thank you for the assistance.

-Kyle Garland

Parents Reply Children
No Data
Related