View Issue Details

IDProjectCategoryView StatusLast Update
0005358FSFreeRTOSBSPGeneralpublic2022-05-09 12:07
Reportergerbach Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Versionfreertos_fsimx7ulp-V2019.02 
Target Versionfreertos_fsimx7ulp-next 
Summary0005358: The RPMSG pimpong example sends ech the messages double
DescriptionWhen running the example, each message number is printed double:

imx_rpmsg_pingpong virtio1.rpmsg-openamp-demo-channel.-1.30: new channel: 0x400 -> 0x1e!
get 1 (src: 0x1e)
get 1 (src: 0x1e)
get 3 (src: 0x1e)
get 3 (src: 0x1e)
get 5 (src: 0x1e)
get 5 (src: 0x1e)
get 7 (src: 0x1e)

Activities

gerbach

2022-05-09 12:07

manager   ~0004114

This can be fixed by adding

#define RPMSG_LITE_MASTER_IS_LINUX

to examples/fsimx7ulp/multicore_examples/rpmsg_lite_pingpong_rtos/main_remote.c

Otherwise the announcemant string will be seen as a ping pong message