First project. Bring in all dependencies using modus toolbox

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

cross mob
Pn_4820131
Level 1
Level 1
First question asked First reply posted

Hi all.

This is the my first time using psoc6 and modustoolbox. I want to create a project to start developing my own application. I want to incorporate the following:

  1. BLE OTA bootloader
  2. FreeRTOS (to tie into Amazon IoT service)
  3. Crypto libraries for firmware verification during bluetooth OTA
  4. Dual core support
  5. Various peripheral drivers

What (or how do I) would be the best approach to incorporate all of the dependences to support my project? I'm using the PSOC6 BLE prototype board. Can I do all of this within the IDE, or do I have to manually have to grab each library and incorporate them individually?

Thanks

0 Likes
1 Solution
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hello pn_4820131​,

The best approach according to me is to start off with getting familiar with ModusToolbox. This might help you with that - Session 1: Introduction to ModusToolbox 2.x

You can add the required libraries using the Library Manager in ModusToolbox.

FreeRTOS (to tie into Amazon IoT service)

Unfortunately, the PSoC 6 Proto BLE device is not qualified for Amazon FreeRTOS.

Thanks and Regards,

Rakshith M B

Thanks and Regards,
Rakshith M B

View solution in original post

0 Likes
1 Reply
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hello pn_4820131​,

The best approach according to me is to start off with getting familiar with ModusToolbox. This might help you with that - Session 1: Introduction to ModusToolbox 2.x

You can add the required libraries using the Library Manager in ModusToolbox.

FreeRTOS (to tie into Amazon IoT service)

Unfortunately, the PSoC 6 Proto BLE device is not qualified for Amazon FreeRTOS.

Thanks and Regards,

Rakshith M B

Thanks and Regards,
Rakshith M B
0 Likes