Re: [PATCH] STM32F100: add support for external memory via FSMC

2023-06-24 Thread Lucas C. Villa Real
On Thu, Jun 22, 2023 at 10:37 PM Alistair Francis wrote: > On Wed, Jun 21, 2023 at 5:44 AM Lucas Villa Real wrote: > > > > Add support for FSMC on high-density STM32F100 devices and enable > > mapping of additional memory via the `-m SIZE` command-line option. > > FSMC Bank1 can address up to 4x

Re: [PATCH] STM32F100: add support for external memory via FSMC

2023-06-22 Thread Alistair Francis
On Wed, Jun 21, 2023 at 5:44 AM Lucas Villa Real wrote: > > Add support for FSMC on high-density STM32F100 devices and enable > mapping of additional memory via the `-m SIZE` command-line option. > FSMC Bank1 can address up to 4x64MB of PSRAM memory at 0x6000. Thanks for the patches! > > RCC

[PATCH] STM32F100: add support for external memory via FSMC

2023-06-20 Thread Lucas Villa Real
Add support for FSMC on high-density STM32F100 devices and enable mapping of additional memory via the `-m SIZE` command-line option. FSMC Bank1 can address up to 4x64MB of PSRAM memory at 0x6000. RCC is needed to enable peripheral clock for FSMC; this commit implements support for RCC through

[PATCH] STM32F100: add support for external memory via FSMC

2023-06-20 Thread Lucas Villa Real
Add support for FSMC on high-density STM32F100 devices and enable mapping of additional memory via the `-m SIZE` command-line option. FSMC Bank1 can address up to 4x64MB of PSRAM memory at 0x6000. RCC is needed to enable peripheral clock for FSMC; this commit implements support for RCC through