Тёмный

Write & Read the data to/from SPI EEPROM interfaced with STM32 

Hardware_Coding
Подписаться 898
Просмотров 6 тыс.
50% 1

STM32 | STMCubeIDE | Advanced Microprocessors ‪@hardware_coding3603‬
from read and write function:
github.com/RJN...

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@nktrendings816
@nktrendings816 4 месяца назад
👍
@RaghuDS-z1q
@RaghuDS-z1q 5 месяцев назад
Can we get the program with interrupt mode instead of polling mode for data?
@hardware_coding3603
@hardware_coding3603 5 месяцев назад
Will upload soon!!
@manojsuryawanshi1334
@manojsuryawanshi1334 Год назад
i am not able to read more than 256 bytes in externnal spi I am reading 4 bytes of structure after 256 bytes data is rollover
@Minam_ESC
@Minam_ESC 2 года назад
I am getting this value 0xff on every address what's wrong can you guide me?
@hardware_coding3603
@hardware_coding3603 2 года назад
The issue, in my opinion, is with the writing process. In all memory location, the default data is 0xff. Before reading the data, you can check the circuit and modify the delay (reading side).
@Minam_ESC
@Minam_ESC 2 года назад
@@hardware_coding3603 yeah, it's working but if we use this code for another EEPROM(1Mbit) then it will work?
@hardware_coding3603
@hardware_coding3603 2 года назад
@@Minam_ESC Devices having more than 256 bytes use a second byte for array addressing (i.e. 0x0001). This scheme is valid up to 64 Kbytes. Add a third byte for addressing to 1 Mbit EEPROMs. The remaining portion of the code can be used as is. Please feel free to contact me if you need any further information on clearn71@gmail.com.
Далее
EEPROM Memory - Store Anything - Arduino101
13:16
Просмотров 105 тыс.
SPI: The serial peripheral interface
33:00
Просмотров 682 тыс.
QSPI in STM32 || Write and Read || N25Q
16:51
Просмотров 27 тыс.