i have custom stm32h743ii controller for LTDC 24 bit interface with st7272a display. i would like to know HAL API to be used for init and communication with RGB interface. My board does not have the external SDRAM to load the images. Please guide me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 4:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 5:14 AM
You'd setup the LTDC with the appropriate timing to feed the frame data over the RGB bus.​
Look at some of the EVAL board examples. ​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 9:06 AM
Use CubeMX and fullfill config ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 9:56 AM
https://www.crystalfontz.com/controllers/Sitronix/ST7272A/458/
Get consistent timing settings on the STM32/LTDC and controller side via I2C
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 9:39 PM
Please suggest the sequence of API to be used for LTDC interface with some examples like background color change, Text, circle filling with color and other shapes. The evaluation kit examples does not provide these shape testing. Please share the link here to move further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-30 5:03 AM
I have created a project using cubemx. Please find the attached project source code. i am getting the errors in ltdc interrupt register. i have taken a reference from example project. Even though the DMA2D and LTDC interface thorough errors only. I am stuck to bring it up. please suggest me further.
