Восемь мегабайт RAM в восьминогом корпусе за $0.6
Сообщений 1 страница 9 из 9
Поделиться22019-04-07 10:15:14
STM32F7 имеет Quad-SPI:
14 Quad-SPI interface (QUADSPI)
14.1 Introduction
The QUADSPI is a specialized communication interface targeting single, dual or quad SPI
Flash memories. It can operate in any of the three following modes:
• indirect mode: all the operations are performed using the QUADSPI registers
• status polling mode: the external Flash memory status register is periodically read and
an interrupt can be generated in case of flag setting
• memory-mapped mode: the external Flash memory is mapped to the microcontroller
address space and is seen by the system as if it was an internal memory
Both throughput and capacity can be increased two-fold using dual-flash mode, where two
Quad-SPI Flash memories are accessed simultaneously.
Единственно, СТМовский QuadSPI заточен на Flash память, а тут SRAM. Надо внимательно читать, будут они дружить вместе или нет.
Отредактировано MasterAlexei (2019-04-07 10:17:44)
Поделиться32019-04-07 11:00:44
Я смотрю у esp32 оно уже даже прямо в конфиге - https://docs.espressif.com/projects/esp … piram-type
Поделиться42019-04-07 16:08:21
Куда бы эту красоту применить - какие идеи ?
подключить к мк и заставить работать с фирменным usbepx. без вариантов.
Поделиться52019-04-07 16:33:56
подключить к мк и заставить работать с фирменным usbepx. без вариантов.
Что-то как-то я не понял связи с usbepx
Поделиться62019-04-07 17:28:53
читать из, писать в, через конечные точки. а что не важно... просто буфер.
Поделиться72019-04-07 22:12:09
STM32F7 имеет Quad-SPI:
L4 и F4 тоже...
Единственно, СТМовский QuadSPI заточен на Flash память, а тут SRAM. Надо внимательно читать, будут они дружить вместе или нет.
По идее... нет преград...
The QUADSPI communicates with the Flash memory using commands. Each command can include 5 phases: instruction, address, alternate byte, dummy, data. Any of these phases can be configured to be skipped, but at least one of the instruction, address, alternate byte, or data phase must be present.
Поделиться82019-04-07 22:43:47
еще на stm32wb есть
Поделиться92019-04-08 09:10:37
При всём уважении к stm32, но мэппировать qspi ram в адресное пространство они не могут, только rom [ну или ram как rom]