Other Parts Discussed in Thread: TMDX654IDKEVM
I wanted to test the simple sending and receiving SPI message in my device.
Following the SDK documentation i configured the spidev driver which provides that interface. After configuring all the required steps , when I try to test the SPI using the spidev_test application present in kernel source, the core is getting dumped.
software-dl.ti.com/.../Foundational_Components_Kernel_Drivers.html
In spidev_test.c file, the path was set to default (/dev/spidev1.1) device. In my system it was /dev/spidev3.0 was available. I changed the default path in the source code. Compiled and copied the binary to SD card and executed it.
1. Executing just the binary provides the following output.
2. These are the following options that are accepted by the test application.
3. When i try to test the SPI loop-back, the core is getting dumped.
4. I looked for the error in the source code and it is getting generated from here.
Q1. Is it the right way to test the application ?
Q2. Is compatible = "rohm,dh2228fv"; right for AM65x_IDK board ?