• __attribute__((at(addr))) pads ROM data area
    Hello, I'm trying to use __attribute__((at(addr))) to set some data at a fixed point near the end of ROM, and that works, but this operation pads the ROM data area with about 300 bytes after my data...
  • __attribute__((at(addr))) pads ROM data area
    Hello, I'm trying to use __attribute__((at(addr))) to set some data at a fixed point near the end of ROM, and that works, but this operation pads the ROM data area with about 300 bytes after my data...
  • what is PAD memory area?
    Hi all, I'm writing a program and until now the RO-data size wa around 2000 bytes.. Now, after some changes in the code, I saw the RO-data size is 33758 bytes... in the MAP file the compiler uses...
  • what is PAD memory area?
    Hi all, I'm writing a program and until now the RO-data size wa around 2000 bytes.. Now, after some changes in the code, I saw the RO-data size is 33758 bytes... in the MAP file the compiler uses...
  • uVision and scratch pad flash area
    The uVision3 IDE erases the scratchpad flash when I re-program a Silabs C8051F120. I want to use the scratch pad area for serial numbers and other similar data. Is there a way to stop the scratchpad...