Hello every body
last year i had successfully created an animation on
16x16 rgb led tile with 4k color reading video files
from sd card using atmel atmega32
right now
and i am working on 16 bit rgb led video wall of resolution 128 x 98 pixel
i am new to xc programming language and i need
* one core of xmos ,reading data from sdcard
* other core doing processing on video information
* and rest of the core creating pwm for 128x96 pixel
to do this simultaneosly in real time
first i have to use sd card module funtion in xc file
question
i am getting * movable pointer error while calling sdcard module funtion
from .xc file
thanks for reading my question
how to access sd card module in xc file Topic is solved
-
- Newbie
- Posts: 1
- Joined: Mon Sep 29, 2014 6:19 pm
how to access sd card module in xc file
You do not have the required permissions to view the files attached to this post.
View Solution
-
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
Best starting point would be to have a look at the implementation in the following repository:https://github.com/shanthinick/sc_sdcard