element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Problem in reading RxFIFO of SPI controller in custom board
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 362 subscribers
  • Views 1200 views
  • Users 0 members are here
Related

Problem in reading RxFIFO of SPI controller in custom board

Former Member
Former Member over 12 years ago

Hi,
I am trying to establish a SPI interface between Zynq(Master)and RTC chipset(Slave).We are running in SPI Mode-1. When we probe the SPI interface signals(SCLK,MOSI,MISO,CS)on our custom board using Oscilloscope; we find that signals are seen as expected. But when we try to read Received Data using Rx_data_reg0; we are not getting the same data which we had seen on the scope(MISO).We always get 0x00 or 0xFF when reading from Rx_data_reg0 register. Kindly note that RTC SPI instruction width is 16-bit.
We also want to check whether its possible to configure the Zynq SPI peripheral TX and RX registers to send a 16-bit valid Data/Instruction. As of now we are initiating 2 byte transfer from Zynq SPI peripheral to communicate with RTC device.

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 12 years ago

    A quick look at UG585, the Zynq TRM http://www.xilinx.com/support/documentation/user_guides/ug585-Zynq-7000-TRM.pdf , suggests that the embedded Zynq SPI transmit and receive length is fixed at 8 bits. 

     

    You might consider implementing an AXI SPI controller in the Zynq PL section. It looks like the AXI SPI controller can be set for 16 bit transfers:

     

    http://www.xilinx.com/support/documentation/ip_documentation/axi_spi/v1_02_a/axi_spi_ds742.pdf

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    Hi Gary,
    Thanks for your valuable inputs on 16 bits transfer using PS_SPI controller.
    It would be great if you can throw some light on the first part of the question.

    "I am trying to establish a SPI interface between Zynq(Master)and RTC chipset(Slave).We are running in SPI Mode-1. When we probe the SPI interface signals(SCLK,MOSI,MISO,CS)on our custom board using Oscilloscope; we find that signals are seen as expected. But when we try to read Received Data using Rx_data_reg0; we are not getting the same data which we had seen on the scope(MISO).We always get 0x00 or 0xFF when reading from Rx_data_reg0 register. Kindly note that RTC SPI instruction width is 16-bit."

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to Former Member

    There is not really enough information on your application here to know if the RTC device 16 bit width is an issue or not. Without knowing how you have configured the Zynq SPI controller, or knowing what the SPI interface specifications of your RTC device are, or even having the SPI data from your scope, it is difficult to speculate on the cause of the problem.

     

    You might want to take a look at the example code for the SPI controller listed in the system.mss file in the SDK next to the SPI peripheral drivers section to see if you have configured the SPI controller correctly. There is even some low level code examples that loop the SPI controller back around.

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 7 years ago in reply to Former Member

    If you're not getting the expected data, it may be useful to just confirm connections (e.g. no missing select lines) and clock-polarity/phase (positive/negative) as the slave may not be reading the bus at the right times.

     

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Gough Lui
    0 Gough Lui over 7 years ago in reply to Former Member

    If you're not getting the expected data, it may be useful to just confirm connections (e.g. no missing select lines) and clock-polarity/phase (positive/negative) as the slave may not be reading the bus at the right times.

     

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube