• Place constant at fixed code memory address
    Hi, I'm confused about the existings threads regarding this topic, so please excuse this new thread. I'd like to put some calibration data into my (OTP) memory of C164-CA. The software would have...
  • Using Constant in code bank array
    Hi, I am trying to locate a constant array in a code segment as follows. In BL51 MISC option "BANK0 (?CO?A)" is given. In 'a.c' char code a[5] = {1,2,3,4,5}; in 'main.c' extern char code...
  • Flash CRC, constant at Flash end
    Hello, I am doing a CRC calculation over the Program Flash of the Cortex M0 STM32F030 CPU. For this I want to place a constant at the end of the flash (containing the expected CRC) using: __attribute__...
  • placing/accessing constants inside flash memory
    Subject says it all. I want to place some tag into flash and than compare it with the data in my SRAM. I know that it is simple but it is hard to start. Please advise. Thanks.
  • Declaring a constant structure in flash memory without initialization
    Hello everyone! I am using Keil uVision 5.28 with Compiler V6.12. How to declare a constant structure in flash memory so that it is not initialized by programmer / debugger and functions from scatterloader...