Search found 1 match

by arslanbikmambetov37@gmail.com
05 Jan 2024 11:18
Forum: mikroC PRO for PIC General
Topic: SPI 16F887 SPI1_Read doesn't work
Replies: 11
Views: 1373

Re: SPI 16F887 SPI1_Read doesn't work

tejcasrejca wrote: ↑
01 Dec 2023 10:05
value = 28; //some randome value for testing
address = 0;

SPI1_Init();

spi_eeprom_write(0x58, value); //some random address for testing
delay_ms(10);
Hi, according to the datasheet for the used memory chip, I think that there is a need to initialize SPI1_Init() in an advanced mode.

Go to advanced search