Hello, I want to connect a module PMOD MAX31855PMB1 to zedboard and not how. I did not find libraries for this module.
Someone QUADSPI or direct use with the PS?
Hello, I want to connect a module PMOD MAX31855PMB1 to zedboard and not how. I did not find libraries for this module.
Someone QUADSPI or direct use with the PS?
Go to:
https://github.com/AvnetHackathon
You will find source for reading the 31855 over SPI from Linux in the Applications folder.
Ron
Thanks Ron,
I'm not using Linux, I am programming in C.
I guess that should enable SPI port 1 from MIO and map via a constraint file to the PMOD E. Is that correct?
regards
Hello, I am using a Zedboard with Vivado 2015.2 and a PM31855 PMOD (Maxim).
Attempt to establish communication with the SPI of the PS (through the JE PMOD) and have no changes on this connector pins. I have seen very little on this, most using the SPI in VHDL since PL Anyone know an example full and running of the SPI with PS.
Thanks a lot
Hello, some example SPI e zedboard PL.
Best regards
Hello,
Take a look at the answer on your other forum thread:
http://zedboard.org/content/someone-could-run-spi-ps
-Gary
Here is some standalone code we used to validate the Maxim 31855 Pmod for the upcoming IIoT Kit. You can retrieve it from our github site.
https://github.com/Avnet/software
The code is in the Maxim_31855_Pmod/Standalone directory.
Ron