• Using text and data segment in KEIL

    Currently working with STM32F427 which uses Cortex-M4, so migrating legacy code from GHS MULTI IDE to KEIL MDK-ARM. In some part legacy code GHS Multi IDE defines data segment is assigned to some variables for calculating the address width. Is it possible…