Some questions about GFX porting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-12 7:34 PM
Hi:
What does frontPorchEntered do?If i don't have DMA, i don't have to call?
Thanks !
​
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-18 9:45 PM
Hello Jack li,
As you can see in HAL.hpp, frontPorchEntered simply allow DMA transfers so if you don't have DMA like in the G0 Board Setup, there's no need to call it.
If your question is answered, please close this topic by choosing Select as Best.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-18 9:45 PM
Hello Jack li,
As you can see in HAL.hpp, frontPorchEntered simply allow DMA transfers so if you don't have DMA like in the G0 Board Setup, there's no need to call it.
If your question is answered, please close this topic by choosing Select as Best.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-24 8:18 PM
Thank you very much !​
