User Activity

Hi.I am trying to run on RAM using STM32F407.How can I get the standard libraries (stdlib,stdio,string...) to run in RAM?​STM32F407VETX_FLASH.ld.data:{.....*libc.a:*(.text .text*).....}​statement was not allowed.​thank you
Hi​Is there any way to have the function "FLASH_Erase_Sector" operate with an interrupt during execution?Of course, the function must be executed only on the SRAM.Target is STM32F407.
I'm trying to implement "AN3969 EEPROM emulation in STM32F40x/STM32F41x microcontrollers" on STM32F407.According to the documentation, "Interrupt servicing during program/erase is possible".However, when actually installed, interrupts stop completely...