You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a frame buffer in the hyperrRAM (acces via OctoSPI) of my board because there is not enough internal RAM in the STM32H735IGK.
I've been using the graphical library LVGL for the display. I'm able to use the display with it but however when I reduce the size of my screen from 480x272 to 360x160.
However, when I try to put my frame buffer on the HyperRAM the screen goes dark in the region of the display I'm trying to use. I don't know if it 's a problem on how I added the HyperRam on the device tree or if the problem is somewhere else.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement a frame buffer in the hyperrRAM (acces via OctoSPI) of my board because there is not enough internal RAM in the STM32H735IGK.
I've been using the graphical library LVGL for the display. I'm able to use the display with it but however when I reduce the size of my screen from 480x272 to 360x160.
However, when I try to put my frame buffer on the HyperRAM the screen goes dark in the region of the display I'm trying to use. I don't know if it 's a problem on how I added the HyperRam on the device tree or if the problem is somewhere else.
LTDC and hyperRAM devicetree
Beta Was this translation helpful? Give feedback.
All reactions