Multithreading for PSOC 4200M Family

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

cross mob
Anonymous
Not applicable

Hello,

   

I am working on a project using CY8C4247AXI-M485 PSoC controller,which requires multithreading concept.Does this controller support multithreading,if so please suggest me some reference.

0 Likes
5 Replies
Anonymous
Not applicable

What did you mean with multithreading?

   

There is only one CPU. You could use FreeRTOS to use tasks that are scheduled...

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored
0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Or use / adapt my Real-Time Task Switch from here:

   

http://www.cypress.com/forum/psoc-community-components/real-tiime-os-arts

   

 

   

Bob

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

I wanted to link to that too but Google failed on me 😞

0 Likes
user_284806
Level 2
Level 2
First like given

Are you sure you really need multithreading? Many "problems" can be solved with "simple" interrupts and / or cooperative multitasking, both being simpler than dealing with a full multhreading system.

0 Likes