Core selection when c-code is in main.c?

New to XMOS and XCore? Get started here.
klausbusse
Member
Posts: 11
Joined: Thu Jan 10, 2013 11:28 pm

Core selection when c-code is in main.c?

Post by klausbusse »

I use an example project from Github, sc_sdcard running on CX-1A.
There is an "int main(void)," in a standard c code file.
The example program to access a scard is working perfect, but how can I find or define which CMOS core is used or what is the default core in case of use of standard c code instead of xc-code?
Best regards
Klaus


User avatar
Bianco
XCore Expert
Posts: 754
Joined: Thu Dec 10, 2009 6:56 pm

Post by Bianco »

The default tile is tile[0] (stdcore[0] in old terminology)
klausbusse
Member
Posts: 11
Joined: Thu Jan 10, 2013 11:28 pm

Post by klausbusse »

THX!