2024-04-01 03:02 AM - edited 2024-04-01 03:03 AM
Hello All,
I am very beginner in embedded technology. I would like to learn and implement XIP.
Currently I am working on a project which uses STM32F746 discovery board and uses TouchGFX and FreeRTOS. It uses qspi in memory mapped mode to store the font, graphics and text section required for touchGFX application. I am looking for documentation which explains the functionality and concept to achieve XIP using qspi along with FreeRTOS and touchGFX.
Any inputs are highly appreciated. Please forgive me if my post is not adhered to STM Community standards as this is my very first post.
Thankyou for your time and consideration.
Regards,
Pitbull
Solved! Go to Solution.
2024-04-02 04:34 AM - edited 2024-04-02 04:36 AM
Hello, The information I have:
2024-04-01 03:28 AM - edited 2024-04-01 09:08 AM
Hello,
Not sure I understand the relation between qspi in xip mode and the storage of TouchGFX stuff on it. Do you need to execute code from qspi memory?
PS: https://en.wikipedia.org/wiki/Execute_in_place
2024-04-01 08:43 PM
Hello SofLit,
Thankyou for your quick response.
I will surely refer the link you provided.
Yes I want to execute the code from qspi memory and I am currently only using qspi memory to store the touchGFX stuff. If possible can you please provide me document which is more specific with the STM32F7 series?
Again thankyou for your support.
Regards,
Pitbull
2024-04-02 04:34 AM - edited 2024-04-02 04:36 AM
Hello, The information I have:
2024-04-02 04:54 AM
Hello SofLit,
Thankyou once again for your support and guidance.
I will go through the documentation provided and try to understand the XIP functionality and will try to implement it.
Will keep you posted!!
Thankyou
Regards,
Pitbull