You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please kindly note that I had also tried removing this RDC configuration assigned by SPL, to ensure only this example configures RDC. After booting from the newly compiled UBoot, the example still doesn't work.
This project's binary can't be loaded and run by uboot. The right way is load M core binary using debugger. The project readme mention the limitation that can't run with uboot, but didn't mention the binary must be load by debugger, will update the readme.
https://github.com/nxp-mcuxpresso/mcux-sdk-examples/blob/main/evkmimx8mp/driver_examples/rdc/
IMX8MP evaluation board: SCH-46370 REV B1
Affected BSP: All BSPs from NXP website with kernel lf-5.10.y and lf-5.15.y
MCUXpresso SDK version: SDK_2.13.0_EVK-MIMX8MP
Testing Procedure:
Case 1, in U-Boot:
Case 2, in Linux:
Expected Output:
Actual Output (in both cases):
I also tried running each of the three test cases APP_RDC_Periph(), APP_RDC_PeriphWithSema42() and APP_RDC_Mem() by commenting out the other two, all failed. Even though HardFault_Handler was triggered,
memDemoError
equals3
in Fault_Handler.However, the same RDC example for IMX8MM evk works perfectly:
https://github.com/nxp-mcuxpresso/mcux-sdk-examples/tree/main/evkmimx8mm/driver_examples/rdc
IMX8MM evaluation board: SCH-31407 REV C4
Tested BSP: All BSPs from NXP website with kernel lf-5.10.y and lf-5.15.y
MCUXpresso SDK version: SDK_2.13.0_EVK-MIMX8MM
The text was updated successfully, but these errors were encountered: