Customized EEPROM emulation address -STM32F767

Hi ,

I want to change the EEPROM emulation address ,since the existing location will be used by the wolfboot bootloader.According to the stm32duino wiki page, it’s possible by changing the following values

  • FLASH_BASE_ADDRESS
  • FLASH_DATA_SECTOR
    in variant.h file .

Will I be able to change the values in .ini or any other method in pio ,instead of changing in variant.h ?

Thanks ,
Sam.