• AT91EB55 scatter and startup file
    Hi, I'm using AT91EB55 evaluation board with MDK RealView compiler. If someone worked with this board and RV complier please write how to create scatter and startup file.
  • Scatter load file and #warning...
    Is there a way to do accomplish a similar end result of something like this in a scatter load file? LR_NORFLASH 0x80000000 0x08000000 { ROM 0x80000000 NOCOMPRESS { #ifdef RELEASE * (norimagetoc...
  • Scatter load file and #warning...
    Is there a way to do accomplish a similar end result of something like this in a scatter load file? LR_NORFLASH 0x80000000 0x08000000 { ROM 0x80000000 NOCOMPRESS { #ifdef RELEASE * (norimagetoc...
  • AT91EB55 scatter and startup file
    Hi, I'm using AT91EB55 evaluation board with MDK RealView compiler. If someone worked with this board and RV complier please write how to create scatter and startup file.
  • Combining pre-processor and scatter files?
    Hello, The documentation of the RealView tool chain is a little vague on this: can I run the preprocessor on scatter files? How exactly is that does? Can you offer a simple example?