Forum Discussion
RSher11
New Contributor
6 years agoProblem with converting files
Hi! I need to create double buffer in my NIOS II project. I did it as follow:
static const uint32_t image_width = 768;
static const uint32_t image_height = 576;
typedef uint32_t gui_frame_t[image...
Isaac_V_Intel
Contributor
5 years agoHello,
One question how did you declare your video buffer?
- RSher115 years ago
New Contributor
Hello,
I described video buffer creation process in my first post in this thread.
And I still have the issue and I try to solve it. I have one decision to allocate video buffer in the heap using malloc() without any additional sections.