Open Oliver0804 opened 8 months ago
@Oliver0804 I used Zephyr vanilla, notice it was 2 years ago, many changes are made on Zephyr project. Can you share the errors you are facing? Maybe I can help with that.
`
printk("Device SPI not ready, aborting test"); `
I just made corresponding modifications to include with the new architecture of the Zephyr SDK 2.2.0. However, the serial output still indicates "SPI Not ready."
*** Booting Zephyr OS build c0689b16ff12 *** Device SPI not ready, aborting test***
So I want to confirm which version you're using to determine if this issue might be caused by the version.
Hi Oliver and JON, May I know if you have changed anything to compile/build this code? I have these errors when I try to build it.
Can you share the development environment and SDK settings you have configured? thx.