Assigning task for the cores.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ViMD_4181096
Level 1
Level 1
5 likes given First like given

Hi,

          I have a query regarding possibility of selecting the cores to perform certain tasks in the program. Is there any function so that I can select cores out of cortex M0+ and M4 for certain task? For example: Assigning one core for task-a and another for task-b . May I know any other possibility where it can help the scheduler to perform the task efficiently.

Thank you,

Regards,

Vivekraj

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

Hi Vivek,

Yes you cannot schedule the task for cores in the program.

I have shared the code which will help you in displaying the value of a variable.

Please refer to the code example and let us know if you have any queries.

Regards,

Alakananda

Alakananda

View solution in original post

5 Replies
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

Hi Vivek,

You have go and write in cm0 for task 1 and cm4 for task 2 and run that parallely.

This can be done in psoc creator but you cannot program that in modus toolbox 1.1

Regards

Alakananda

Alakananda

Thank you !

I have few more queries if you don't mind.

1. So its not possible to schedule the task for cores in the program right?

2. How to display the value of variable ? Ex: Calculated value stored in a variable.

Cy_SCB_UART_PutString (UART_HW, "Display" ); // We use it to display statement.

Is there similar kind to display the value ?

Thank you in advance.

Regards,

Vivekraj

0 Likes
lock attach
Attachments are accessible only for community members.

Hi Vivek,

Yes you cannot schedule the task for cores in the program.

I have shared the code which will help you in displaying the value of a variable.

Please refer to the code example and let us know if you have any queries.

Regards,

Alakananda

Alakananda

Hi,

Thank you. May I know how to connect Psoc6 to tcp/ip server via Uart cable ? I need to run the client in psoc6 and server in laptop and make them communicate.

Thank you in advance.

Warm regards,

Vivekraj

0 Likes

Hi Vivek,

We are currently not supporting tcp/ip server in Psoc6 so it might not be possible for you to connect tcp/ip server via uart cable.

Regards,

Alakananda

Alakananda