How to load an image in DSP memory by usin C compiler?

Status
Not open for further replies.

dspsearch

Newbie level 2
Joined
Apr 13, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
Hi there!

I am fresher in DSP programming field, working on a project to perform image processing on DSP board.
For this i need to load two images in DDR memory on DSP evaluation board through USB or ethernet port by using a c program. EVMC6474 is being used for this.

In CCS use of fread or fscanf is very time consuming and error productive. It will be better if any code can be available by anyone. Please help me if you can.

With thanks,
Vyom
 

You can declare a memory buffer equivalent to your image size and copy the binary data of image to that location. This would put it in RAM.
 

What syntax i can use to copy copy the binary data of image to memory location. Can you please help me with an example.
Thnks,
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…