Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

External Memory Stream IT

$
0
0

Hi,

I am usinfg SDK for camera and I would like to save and show my buffer in External RAM (SDRAM).

I defined my buffer like this : "static uint8_t video_buffer[(VIDEO_BUFFER_STRIDE * VIDEO_BUFFER_HEIGHT) * VIDEO_BUFFER_NUM] __attribute__ ((section("SDRAM")));"

But I have an Image Error (see below)

How I can set up board init.c to have a good image ?

Or , How I can set up the QSPI loader to copy and run  my program on external memory directly ?

 

Thanks for your reply.


Viewing all articles
Browse latest Browse all 1583

Trending Articles