Posted: 09:09am 02 Mar 2026
Copy link to clipboard |
matherp Guru

|
|
|
The issue is that he is using lots of ram for his application. ram memory is a finite resource, you can't use it twice! The size of the modbufffer has no relevance to ram. If he defined the framebuffer before his other ram use then, of course it would work, but then he would get the message when his application was initialising and using ram. |