Hello every body,
I am trying ton run two tasks (one on the fisrt CPU other on the second) under FreeRTOS or Linux. I have installed FreeRTOS on the Zynq. I have tested it by running 2 tasks on one CPU and it ok.
But i don't how to share both CPU.
Via SDK i create a project (using ps7_cortexa9_0) than another one (using ps7_cortexa9_1) and in the main of each one i create my tasks. How to link between each projetc ? i mean how to link between each task in each Core ?
PS : i am using ZedBoard
Thanks a lot