RE: SPI Driver Implementation

2021-02-12 Thread Jan.Sommer
.org; Sommer, Jan > Subject: SPI Driver Implementation > > Jan, Sebastian, > > Thanks for the feedback! For some reason your replies didn't come back to > me through the users list. > > > Jan, > > I have hardware, so sure I can start to check out / test your cad

SPI Driver Implementation

2021-02-10 Thread Rick VanderWal
Jan, Sebastian, Thanks for the feedback! For some reason your replies didn't come back to me through the users list. Jan, I have hardware, so sure I can start to check out / test your cadence spi driver if your willing. Thanks again! -Rick __

Re: SPI Driver Implementation

2021-02-10 Thread Sebastian Huber
On 10/02/2021 08:37, jan.som...@dlr.de wrote: Assuming they need to be developed, I looked at the RTEMS 6 BSP and Driver Guide that specifies the use of the "SPI bus framework". However, I have looked at some of the Arm BSPs included with RTEMS and they all seem to use the libi2c library that is

RE: SPI Driver Implementation

2021-02-09 Thread Jan.Sommer
Hi Rick, > -Original Message- > From: users On Behalf Of Rick VanderWal > Sent: Tuesday, February 9, 2021 9:21 PM > To: users@rtems.org > Subject: SPI Driver Implementation > > Hey All, > > I am looking for guidance in regards to the implementation of a SPI b

SPI Driver Implementation

2021-02-09 Thread Rick VanderWal
Hey All, I am looking for guidance in regards to the implementation of a SPI bus driver for my Zynq-700 based board. I saw I2C bus driver implementations for Cadence and Xilinx-AXI, but did not see any SPI drivers. Please point me in the right direction if I missed something. Assuming they