with System.Storage_Elements; with STM32.Address_Map; with STM32.Flexible_Memory_Controller; package STM32.F429.Flexible_Memory_Controller is package FMC_Base renames STM32.Flexible_Memory_Controller; FMC : FMC_Base.FMC_Registers with Volatile, Import, Address => System.Storage_Elements.To_Address (STM32.Address_Map.FMC_FSMC); end STM32.F429.Flexible_Memory_Controller;