• Const address in bank not "linked" by LX51
    I am trying to locate const in a file into a particular bank and access it in the same bank but from a different file. From the map file const is located correctly at the specified address in the bank...
  • Const address in bank not "linked" by LX51
    I am trying to locate const in a file into a particular bank and access it in the same bank but from a different file. From the map file const is located correctly at the specified address in the bank...
  • how to define external a const array ?
    Hi All, I have an array struct's with const data in flash memory defined as follows const SOD_ObjectDictionaryEntry* pSDOEntryTable = SDOEntryTable; This works fine ... I want to use...
  • how to define external a const array ?
    Hi All, I have an array struct's with const data in flash memory defined as follows const SOD_ObjectDictionaryEntry* pSDOEntryTable = SDOEntryTable; This works fine ... I want to use...
  • Place const data in external flash memory - STM32F429
    I am using the STM32F429 microcontroller to control a controller display via the FCM peripheral. Currently this is working since it takes the images saved as bitmap in the internal flash. Due to limited...