Skip to main content

Questions tagged [spi]

SPI is a low-level 3 or 4 wire serial bus interface with clock (SCLK), data in (MISO) and data out (MOSI). The fourth wire is a Slave Select to uniquely select a device on the bus. This signal is usually active-low. Slave Select, Chip Select, CS#, SS# stand for the same function, typically. Be sure to check the datasheet, though. The SPI bus is a *de facto* standard lacking the formal specification.

0 votes
0 answers
41 views

I am a senior at the University of Kentucky and I am working on my senior design project. I'll skip the fluff, I am working on a PCB to connect an ESP-32-C3-DEVKIT to an MCP251863 to do CAN bus ...
Will Hodge's user avatar
0 votes
0 answers
63 views

I’m working with a DAC7800KU on a custom board and using an NVIDIA Jetson Orin Nano as the SPI master via /dev/spidev0.0. The DAC output doesn’t match the expected voltage even though the SPI transfer ...
Mohammad Arij Kamran's user avatar
0 votes
1 answer
96 views

I have been attempting to get f_write to work on an SD card through SPI with an STM32L432KC using Elm Chan's code as a base. The error I am getting is FR_DISK_ERR ...
Ethan Fredsti's user avatar
0 votes
2 answers
60 views

I’m working with at32f403a. I’m trying to understand the flow of SPI communication. I’m using polling not interrupts in my implementation of an SPI_TransmitReceive ...
H.T's user avatar
  • 1
1 vote
1 answer
103 views

ADS1299 on left. MCU input pins on right. SPI signals going between them on layer 1 Layer 2 is a ground plane 0.11mm dielectric between planes Frequency of signals is around 60MHz. 8ns rise time. DOUT ...
Tdengineer's user avatar
1 vote
1 answer
89 views

In the datasheets of Intel-Altera configuration flash devices (EPCS and EPCQ series), the interface is described as Active Serial Interface (AS) rather than SPI. The interface pins (nCS, DCLK, DATA, ...
Harun Y.'s user avatar
0 votes
1 answer
80 views

I have been having difficulty getting an SD card to initialize to communicate over SPI. I am using a 32GB PNY Elite SD card, and the microcontroller I am using is an STM32L432KC. Below is the code I ...
Ethan Fredsti's user avatar
0 votes
1 answer
103 views

I am looking for some ideas on how to troubleshoot a funny issue I'm seeing with my LTC2448 ADC. I am using it to sample signals from a few different electrodes and feedback sources, and in the data I ...
deprove55's user avatar
0 votes
0 answers
62 views

I'm using an STM32H755 with an NHD-2.7-12864WDW3 OLED that has an SSD1322 driver, running in 4-wire SPI mode. SPI communication seems to work, but the display shows a noisy area at the top and ...
durna's user avatar
  • 21
1 vote
1 answer
80 views

I'm using the SPI peripheral of an MCU to send out serial bits to 16 daisy-chained shift register chips (74HC595). All these 595s are laid out with approximately equal spaces in between, and the ...
Bikay's user avatar
  • 313
3 votes
1 answer
179 views

I've read general advice for unused pins is to tie on to some known potential (GND, 3.3V), but no where in any datasheet (of the specific IC, and similar parts from Winbond) it covers what to do with ...
Bikay's user avatar
  • 313
0 votes
1 answer
92 views

I am designing a stand alone board which contains only AD5941. AD5941 contains SPI interface. STM32 board is used for communicating with AD5941. Cable assembly will go from STM32 board to SPI ...
Confused's user avatar
  • 4,047
1 vote
1 answer
94 views

The situation is like this: a common voltage source of 12V is available. Two PCBs, each with its own MCU that is powered from that 12V, using its own isolated DC/DC convertors. (example of the ...
Bikay's user avatar
  • 313
1 vote
2 answers
115 views

I trying to program the ADF4001 in order to make a PLL with an N counter and R counter of 1, but I have no output on the CP pin. I am unsure if it's the way I am programming the chip or the layout I ...
Luke S's user avatar
  • 21
1 vote
1 answer
141 views

I'm trying to make a minimal setup with ADS1256 and blackpill (STM32F411CEU6) to work. My schematic is the following: I'm taking the 3V3 from blackpill board, the CLKIN is a PWM signal generated by ...
stinky's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
122