Does CE222221 PSoC 6 MCU Voice Recorder sample code support in Modustoolbox??

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

cross mob
user_ah
Level 4
Level 4
Distributor - Avnet(GC)
5 solutions authored 25 replies posted 100 sign-ins

Hi,

As title. Does CE222221 PSoC 6 MCU Voice Recorder sample code support in Modustoolbox??

I found below thread. It seems only on PSoC creater??

https://community.infineon.com/t5/PSoC-6-SDK/PSoC-62-transfer-I2S-input-to-I2S-output/m-p/170225#M21...

 

Austin

0 Likes
1 Solution
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello @user_ah 

We do not have the exact same code example for modustoolbox. But there are different code examples that you can refer to that can be combined together to realize the same functionality.

1. https://github.com/Infineon/mtb-example-psoc6-i2s: This code example demonstrates how to use the I2S hardware block in PSoC 6 MCU to interface with an audio codec.

2. https://github.com/Infineon/mtb-example-psoc6-pdm-to-i2s: This code example shows how to record a short audio sample from a microphone, and then play it on a speaker or headphone. The example uses the PDM/PCM block to interface with a digital microphone. All recorded data is stored in the internal SRAM.

3. https://github.com/Infineon/mtb-example-psoc6-pdm-pcm: This example demonstrates how to use the pulse-density modulation/pulse-code modulation (PDM/PCM) hardware block in PSoC® 6 MCU with a digital microphone.

Please not that Graphic LCD is a UDB based component and is currently not supported in Mdustoolbox (Modustoolbox does not have support for UDBs). Instead, you can use  

4. https://github.com/Infineon/mtb-example-psoc6-qspi-xip: This example demonstrates how to use the queued serial peripheral interface (QSPI) block of the PSoC™ 6 MCU in eXecute-In-Place (XIP) mode with an external flash memory device using Eclipse IDE for ModusToolbox™ software

You can refer to the list of code examples available for PSoC 6 in Modustoolbox at this link: Link

Best Regards
Ekta

 

 

View solution in original post

0 Likes
2 Replies
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello @user_ah 

We do not have the exact same code example for modustoolbox. But there are different code examples that you can refer to that can be combined together to realize the same functionality.

1. https://github.com/Infineon/mtb-example-psoc6-i2s: This code example demonstrates how to use the I2S hardware block in PSoC 6 MCU to interface with an audio codec.

2. https://github.com/Infineon/mtb-example-psoc6-pdm-to-i2s: This code example shows how to record a short audio sample from a microphone, and then play it on a speaker or headphone. The example uses the PDM/PCM block to interface with a digital microphone. All recorded data is stored in the internal SRAM.

3. https://github.com/Infineon/mtb-example-psoc6-pdm-pcm: This example demonstrates how to use the pulse-density modulation/pulse-code modulation (PDM/PCM) hardware block in PSoC® 6 MCU with a digital microphone.

Please not that Graphic LCD is a UDB based component and is currently not supported in Mdustoolbox (Modustoolbox does not have support for UDBs). Instead, you can use  

4. https://github.com/Infineon/mtb-example-psoc6-qspi-xip: This example demonstrates how to use the queued serial peripheral interface (QSPI) block of the PSoC™ 6 MCU in eXecute-In-Place (XIP) mode with an external flash memory device using Eclipse IDE for ModusToolbox™ software

You can refer to the list of code examples available for PSoC 6 in Modustoolbox at this link: Link

Best Regards
Ekta

 

 

0 Likes
user_ah
Level 4
Level 4
Distributor - Avnet(GC)
5 solutions authored 25 replies posted 100 sign-ins

Hi Ekta,

Thank you for sharing those information.

Austin

 

0 Likes