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

cross mob
ChRo_1954501
Level 1
Level 1

AN2046 talks about a task scheduler with time slots in PSOC1. Is this available or is there something like this for PSOC4?

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Christian,

Task scheduler is a topic for Operation System about how to implement multiple tasks execution.

PSoC1 is 8-bit single chip MCU based. Its resource is hard to run a full-featured OS. So AN2046 gives a method about how to implement multiple tasks execution.

For PSoC4, RTOS can be ran on it. So users don't need to pay much more attention onto task scheduler code.

As mentioned in the AN:

"

Full-featured commercial RTOS for other PSoC families are available; visit the third-party websites listed below for more details

PSoC 4:

 Segger (https://www.segger.com/embos_cm3_cypress.html)

 FreeRTOS (http://interactive.freertos.org/entries/46569687-FreeRTOS-8-0-0-for-PSoC-4-Pioneer-kit-usingARM-MDK-...)

"

Another helpful link is FYI,

http://www.cypress.com/blog/technical/new-freertos-psoc-4-port-httpsiotexpertcom

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Christian,

Task scheduler is a topic for Operation System about how to implement multiple tasks execution.

PSoC1 is 8-bit single chip MCU based. Its resource is hard to run a full-featured OS. So AN2046 gives a method about how to implement multiple tasks execution.

For PSoC4, RTOS can be ran on it. So users don't need to pay much more attention onto task scheduler code.

As mentioned in the AN:

"

Full-featured commercial RTOS for other PSoC families are available; visit the third-party websites listed below for more details

PSoC 4:

 Segger (https://www.segger.com/embos_cm3_cypress.html)

 FreeRTOS (http://interactive.freertos.org/entries/46569687-FreeRTOS-8-0-0-for-PSoC-4-Pioneer-kit-usingARM-MDK-...)

"

Another helpful link is FYI,

http://www.cypress.com/blog/technical/new-freertos-psoc-4-port-httpsiotexpertcom

Thanks,

Ryan

0 Likes