Is there a RTOS for the PSoC 6 BLE Dev Board?

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

cross mob
GoMa_1139756
Level 3
Level 3
First like received First like given

Has anyone loaded a RTOS on to the PSoC 6 BLE Dev board?  If so, what did you load?  Thanks.

0 Likes
1 Solution
fabe_2238151
Level 1
Level 1
First like received First like given

hello,

there is a very easy way to implement FreeRTOS in your project using the PSoC Creator 4.2. Open the Build Settings (right-click on the project --> Build Settings) and open the tab Peripheral Driver Library and look for RTOS. Then select the Memory Management and it's done.

2018-03-27 16_03_08-Build Settings.png

Hope this helps

View solution in original post

3 Replies
fabe_2238151
Level 1
Level 1
First like received First like given

hello,

there is a very easy way to implement FreeRTOS in your project using the PSoC Creator 4.2. Open the Build Settings (right-click on the project --> Build Settings) and open the tab Peripheral Driver Library and look for RTOS. Then select the Memory Management and it's done.

2018-03-27 16_03_08-Build Settings.png

Hope this helps

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

A quick search for "PSoC6 freertos" yields the Cypress 101 series: http://www.cypress.com/video-library/PSoC-Software/psoc-6-101-lesson-1-4-freertos/579231

There is also the tutorial from IoTExport: PSoC 6 FreeRTOS - The First Example - IoT Expert

Thank you for the great information

On Tue, Mar 27, 2018 at 1:26 PM, user_78878863 <

0 Likes