Is it possible to read/write flash memory of board STM32F407 using Arduino IDE

The stm32f407 doesn’t appear to have any eeprom, and it look like it doesn’t currently have any support from the eeprom emulation Library, which provides some of those functions using the flash. The chip is certainly capable of writing its own flash, but you may have to figure out the details yourself.