Device configurator and Mbed OS

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

cross mob
RuHe_1008296
Level 3
Level 3
5 replies posted 5 questions asked First reply posted

We are looking into using the Mbed OS in our posc6 product, since we need both BLE and Wifi in the same application. We are also planing lo levrage some of the nice features of the PSoC 6 like smart IO, DMA and SAR ADC. Is it possible to use the "Device Configuration" as we normally do with the PSOC 6 SDK in an MBed OS application?

We are looking to make a setup similar to the CY8CPROTO_062_4343W board with our own peripherals.

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Here are some links to get you started with Mbed:

(1) Cypress Mbed Partner Page

(2) Cypress Mbed Community

Is it possible to use the "Device Configuration" as we normally do with the PSOC 6 SDK in an MBed OS application?

The device configurator file "design.modus" is available as part of the Cypress targets package in Mbed-OS repository. For example, for CY8CPROTO_062_4343W, you can find this file here. Once you have enabled the peripherals you intend to use and then build your application, all relevant files will be generated.

Regards,

Dheeraj

View solution in original post

1 Reply
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Here are some links to get you started with Mbed:

(1) Cypress Mbed Partner Page

(2) Cypress Mbed Community

Is it possible to use the "Device Configuration" as we normally do with the PSOC 6 SDK in an MBed OS application?

The device configurator file "design.modus" is available as part of the Cypress targets package in Mbed-OS repository. For example, for CY8CPROTO_062_4343W, you can find this file here. Once you have enabled the peripherals you intend to use and then build your application, all relevant files will be generated.

Regards,

Dheeraj