Page 1 of 1

xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Sat Oct 09, 2021 4:46 am
by shanghaiwangyong
Hello,

I have two questions about the xCORE ARRAY MICROPHONE board:
1. Where can I download the kernel code used by the board? Can I compile and flash the machine by myself?
2. How is the parallel processing of xmos realized? Is it realized through software or hardware? Is there any relevant information?

Best Regards,

Shanghaiwangyong

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Wed Oct 13, 2021 2:53 pm
by CousinItt
Re your second question, the parallel processing is provided in hardware. There is a lot of information on the xmos web site.

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Thu Oct 14, 2021 10:48 am
by shanghaiwangyong
CousinItt wrote: Wed Oct 13, 2021 2:53 pm Re your second question, the parallel processing is provided in hardware. There is a lot of information on the xmos web site.
Is the parallel processing of the xcore.ai platform realized through software?

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Thu Oct 14, 2021 11:15 am
by CousinItt
The xcore.ai (or XS3) also provides parallel processing through hardware. In addition, there is a FreeRTOS port coming in the sdk.

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Fri Oct 15, 2021 3:27 am
by shanghaiwangyong
CousinItt wrote: Thu Oct 14, 2021 11:15 am The xcore.ai (or XS3) also provides parallel processing through hardware. In addition, there is a FreeRTOS port coming in the sdk.
Is there any information about the implementation of hardware parallel processing? I did not find it .

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Sat Oct 16, 2021 12:14 pm
by CousinItt
Just look at the relevant data sheets or architecture documents. There is a lot of information available.

Re: xCORE ARRAY MICROPHONE board kernel source code and how to realize parallel processing

Posted: Mon Oct 18, 2021 2:05 am
by shanghaiwangyong
CousinItt wrote: Sat Oct 16, 2021 12:14 pm Just look at the relevant data sheets or architecture documents. There is a lot of information available.
Thank you very much.