• howto declare const memory-specific pointer to const var?
    How can I declare a const memory-specific pointer to a const variable? 1) const char far *idata *const c3; This compiles, but I suspect this is a double pointer. 2) const char far *idata const...
  • howto declare const memory-specific pointer to const var?
    How can I declare a const memory-specific pointer to a const variable? 1) const char far *idata *const c3; This compiles, but I suspect this is a double pointer. 2) const char far *idata const...
  • far const declaration
    Hello, I'm using Silab IDE Simplicity Studio and MCU EFM8BB31F16GB. I'm try to locate const array in code memroy space, but I've been not able to find the correct syntax to do that. Searching the...
  • far const declaration
    Hello, I'm using Silab IDE Simplicity Studio and MCU EFM8BB31F16GB. I'm try to locate const array in code memroy space, but I've been not able to find the correct syntax to do that. Searching the...
  • Cx51 "const far" struct declaration
    Hello, I'm having some problems regarding const far memory type in Cx51... Using the following declarations, the variables aren't being initialized correctly, and accessing them, results in values...