Tool/software:
hello:
"In my current project targeting the AM6442 chip (SDK version 09_02_00_50), I conducted a test for IPC communication between the A53 (bare-metal) and R5F_0 (bare-metal) cores using the ipc_rpmsg
protocol. The requirement mandates data transmission completion within 1ms per transfer. Initial test results showed latencies of 2-3 μs, but I observed sudden spikes reaching 348,000 μs (348 ms). I need to verify:
- Whether these measurements are accurate
- If the IPC mechanism can reliably meet the 1ms requirement
- Whether I should reconsider the architecture if it fails this requirement."