1. 17 Oct, 2012 2 commits
  2. 12 Oct, 2012 1 commit
  3. 10 Oct, 2012 1 commit
  4. 04 Oct, 2012 1 commit
  5. 03 Oct, 2012 3 commits
  6. 02 Oct, 2012 2 commits
  7. 01 Oct, 2012 1 commit
  8. 30 Sep, 2012 2 commits
  9. 27 Sep, 2012 2 commits
  10. 25 Sep, 2012 4 commits
  11. 21 Sep, 2012 1 commit
  12. 20 Sep, 2012 1 commit
    • gilsoriano's avatar
      SPI completely recoded. Features: · 14ff60a2
      gilsoriano authored
      - Syntehsizable @ 125MHz
      - All modes of operation implemented.
      - Support writes and reads.
      - Three independent write fields with selectable length.
      - Selectable-length read field.
      - Protection against concurrent calls to the internal registers and bad configuration by an user.
      - Programmble hold and setup times to adapt to different SPI slave devices.
      - Prescaling works nicely.
      14ff60a2
  13. 17 Sep, 2012 1 commit
  14. 14 Sep, 2012 1 commit
  15. 12 Sep, 2012 2 commits
  16. 22 Aug, 2012 7 commits
  17. 21 Aug, 2012 5 commits
  18. 08 Aug, 2012 2 commits
    • gilsoriano's avatar
    • gilsoriano's avatar
      Simulation. Test completion: · 44734571
      gilsoriano authored
      1.- Write into m25p32 SR works: we are able to protect SPI memory space.
      2.-  Starting to work in the Write Page test. Good synchronization between m25p32 controller, double buffer and SPI. Needs to load some data and check agains the serializer RX.
      3.- Extra test: when an access over the SPI interface in being performed, the core doesn't allow to reconfigure the FMOH register, responsible of changing the fsm of the m25p32 controller.
      
      General: big cleanup of the code. Everything is commented. Code size smaller.
      44734571
  19. 06 Aug, 2012 1 commit