We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db16496 commit 97855e4Copy full SHA for 97855e4
mcux/mcux-sdk/components/rpmsg/fsl_adapter_rfimu.c
@@ -88,7 +88,7 @@ static uint8_t imu_task_flag = 0;
88
#ifndef CPU2
89
/*! Sleep flag address between CPU1 and CPU3 or CPU2 and CPU3 */
90
#define IMU_SLEEP_FLAG13 0x4138248C
91
-#define IMU_SLEEP_FLAG23 0x443CFE88
+#define IMU_SLEEP_FLAG23 0x443C2588
92
#define IMU_SLEEP_FLAG_ADDR(imuLinkId) \
93
(((imuLinkId) == kIMU_LinkCpu1Cpu3) ? ((uint32_t *)IMU_SLEEP_FLAG13) : ((uint32_t *)IMU_SLEEP_FLAG23))
94
#endif
0 commit comments