Documentation or Application Note about Pipe usage?

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

cross mob
Rova_1179706
Level 2
Level 2
First like received First like given

Hi Community,

After fiddling with shared memory I found my solution using pipes.

It's an easy way to communicate between cores on the PSoC6.

Problem:

I can't find any documentation or AN Aside from the CE223820 example.

I want to learn more about the usage of these pipes.

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

You can start with the Architecture TRM - Inter-Processor Communication (IPC) Chapter, to understand how the pipes can be implemented.

View solution in original post

2 Replies
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

You can start with the Architecture TRM - Inter-Processor Communication (IPC) Chapter, to understand how the pipes can be implemented.

GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Adding on to RodolfoG_11​ reply, you can also refer to the PDL documentation available as part of PDL installation folder: C:\Program Files (x86)\Cypress\PDL\3.1.0\doc\pdl_api_reference_manual.html

0 Likes