Closed beckmx closed 3 years ago
The only I can imagine tmp_img
is a local variable and goes out of the scope (hence destroyed).
What if you make it static uint8_t tmp_img[20869];
?
Well I tried also, still getting the no data, that variable was defined at the top of my file, noton a scoped structure though
Ok, I am going to close it, I could load the image from flash which is an huge step forward
Hello, guys, I have a doubt, if I follow the instructions to load data from the .c file, it loads, then if I provide the file directly with bytes, it shows me the "No data" message but in the log it says, it recognizes the file type, this is the snipet:
It does provide the bytes from what I can see and the logs say:
So, right afer it extracts the bytes it just goes directly to "No data"