Real-time programming for PSOC 5LP

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

cross mob
HaHa_285681
Level 3
Level 3
First like given

 Hello everybody, can someone help me with real-time programming for PSOC 5lp ?

   
    How to start?  or some references....  Thanks.   
0 Likes
4 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

This might be a starting point -

   


   

     

   

            

   

http://www.cypress.com/?id=4&rID=57144

   

 

   

http://www.freertos.org/FreeRTOS-port-and-demo-for-Cypress-PSoC5-CY8C5588-Cortex-M3.html

   

 

   

 

   


   

Regards, Dana.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Better to be a bit more specific:

   

Are you wanting to

   

Use an RTOS? Have a google look at FreeRTOS

   

Build an RTOS yourself? Difficult, but doable. See above for examples

   

Writing programs that resond in real-time to events? Use interrupt-driven systems

   

 

   

Bob

0 Likes
HaHa_285681
Level 3
Level 3
First like given

 Thanks to both of you.

0 Likes
crcac_264396
Level 4
Level 4
First like received

You can also do a state machine implementation. There are a few specific ones in the cypress app notes or you can use something like the QP framework (http://www.state-machine.com/). It was fairly easy to get that one runing, though actually using it has a bit of a steep and long learning curve (at least for me)

0 Likes