2020-01-19 11:02 AM
hi everyone,
i wanted to create a project with touchGFX but there are errors, i just create the graphic interface, i didn't add any code!
even though when i tried to upload to my card an example it said error too!
how can i resolve this?
Solved! Go to Solution.
2020-01-30 07:50 AM
Hi @Martin KJELDSEN ,
i can now debug into QSPI, but when I created some images on TouchGFX, I can’t see them on the LCD when I debug but I still see texts and backgrounds made of boxes, only when I add images I can’t see them on the board, what do you think it could be the problem? :thinking_face:
2020-01-31 01:23 AM
Did you program the external flash? you need to specify a flashloader for that particular chip through stlink or stcubeprogrammer.
2020-02-01 11:41 PM
Yes @Martin KJELDSEN i did it, it works now but I think I have to program QUADSPI through CubeMX and not leave the default settings, when I did that it works, if I understand maybe when I generate code , the sittings (of QSPI) will interact with an other file(Im not sure) but when modify the prescaler and fifo it works, but I still not understanding what’s the flash size? I put 24 but 24 isn’t the size of the external flash! :thinking_face:
2020-02-03 04:42 AM
The flash size is the amount of bits you need to address your memory space. if you only had 8 bits you would only be able to address 256 bytes.
if you left-shift a 1 24 bits you get 16777216 - which is the total amount of bytes that you can address and that is available in a 128mbit QSPI chip