Understanding the complexity of the interacting between the CM4 and CM0+ using the IPC channels and understanding Flash write requests for RWW and non-RWW options

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

cross mob
ToSi_1608191
Level 1
Level 1

Is there an application note that explains the complexity of the interacting between the CM4 and CM0+ using the IPC channels and couples that with understanding Flash write requests for RWW and non-RWW options?

0 Likes
1 Solution
MarkA_91
Employee
Employee
25 replies posted 10 replies posted 5 replies posted

There are no application notes specifically on writing PSoC 6 flash. However, there are app notes on bootloading (AN213924) and on IPC usage (AN215656).

In addition, there are multiple code examples regarding IPC and flash. In PSoC Creator, click Find Code Example and look for "IPC" or "CE216795". For flash writes, look for "flash"; you will find multiple flash write and bootloader code examples.

You can also find details on how flash writes are implemented in a PSoC 6 technical reference manual (TRM); see the chapter on nonvolatile memory programming.

View solution in original post

0 Likes
1 Reply
MarkA_91
Employee
Employee
25 replies posted 10 replies posted 5 replies posted

There are no application notes specifically on writing PSoC 6 flash. However, there are app notes on bootloading (AN213924) and on IPC usage (AN215656).

In addition, there are multiple code examples regarding IPC and flash. In PSoC Creator, click Find Code Example and look for "IPC" or "CE216795". For flash writes, look for "flash"; you will find multiple flash write and bootloader code examples.

You can also find details on how flash writes are implemented in a PSoC 6 technical reference manual (TRM); see the chapter on nonvolatile memory programming.

0 Likes