2023-03-21 06:40 AM
2023-03-21 07:13 AM
Hello @Patukes ,
I recommend you try with STM32G473 5(LQFP64 package).
This device embed high-speed memories (up to 512 Kbytes of Flash memory, and 128 Kbytes of SRAM), a flexible external memory controller (FSMC) for static memories (for devices with packages of 100 pins and more), a Quad-SPI Flash memory interface, and an extensive range of enhanced I/Os and peripherals connected to two APB buses, two AHB buses and a 32-bit multi-AHB bus matrix.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-03-21 06:51 AM
Pretty sure there are not enough pins to expose an FMC bus. I'm sure you could walk the pin list in the Data Sheet
Depending on what you're attempting to achieve you might be able to interface to a FIFO RAM or FPGA via some GPIO pins
2023-03-21 07:13 AM
Hello @Patukes ,
I recommend you try with STM32G473 5(LQFP64 package).
This device embed high-speed memories (up to 512 Kbytes of Flash memory, and 128 Kbytes of SRAM), a flexible external memory controller (FSMC) for static memories (for devices with packages of 100 pins and more), a Quad-SPI Flash memory interface, and an extensive range of enhanced I/Os and peripherals connected to two APB buses, two AHB buses and a 32-bit multi-AHB bus matrix.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-03-22 02:52 AM
Thank you @Community member and @KHALSI_Foued for your answers, I appretiate.