CE 2.1
Chronology :
Organization : Prathyusha Engineering College
Geographical location :
Project title : To study and design Xilinx, SPI, Sparton, and Serial EEPROM operation.
Position held : Undergraduate Student
Background
CE 2.2
In my career episode, I took care that I have provided with genuine details. I also made sure that I have mentioned every point of my experience. This project aims to explain a sophisticated methodology for Xilinx, SPI, Sparton, and Serial EEPROM operation.
Aim & Objective
CE 2.2.1
The main aim of this project is to study and design Xilinx, SPI, Sparton, and Serial EEPROM operation and explain the sophisticated methodology. …show more content…
I understood the technical details of how
SPI is implemented on a PICmicro device will be examined. SPI stands for Serial Peripheral Interface; I simply used moving information and rapidly starting with one gadget then onto the next. I implemented the SPI in the PICmicro MCU by an equipment module called the Synchronous Serial Port or the Master Synchronous Serial Port. I investigated SPI is a Master-Slave convention; the expert gadget can control the clock line, SCK. No information will be exchanged unless the clock is controlled.
CE 2.3.4
In the PICmicro device, I used a module for SPI protocol it’s named as the SSP or MSSP module and allows SPI or I2C to be implemented. I considered the gadget that produced a clock (SCK) and controls when and how rapidly information is traded between the two gadgets. Then, I used PORTB on the Slave PIC micro device to send data to eight LEDs. When written into an application, I implemented SPI code for error checking where any errors would be reported back to the rest of the program. Next, I used the CONFIG directive to set the configuration bits it prevents the mistakes during …show more content…
I implemented a SPI Master design in a Cool Runner XPLA3 CPLD. I used the Cool Runner SPI Master design to provide a SPI controller for microcontrollers or microprocessors that do not contain a SPI interface. I implemented the Cool Runner CPLD of an SPI Master that supports the various features like microcontroller interface, eight external slave selects, Multi-master bus contention detection and interrupt. I noted that the interface code to the 8051 μC is a separate VHDL module which interfaces to the SPI interface logic via a set of registers. Therefore, this code can easily be replaced with the μC interface of your