sorry for doubleposting - still figthing with outlook...

Hello,

I'm trying to find out how I can declare a flash section as a noinit
section.
(Since the section has to be in the main memory I can't use the
.infomemnobits section)
 
I found this assembler example:
 
.section .sectionname, "ax", @nobits
 
but now I need to know related attribute for C:
 
#define __flashdata__ __attribute__((section(".flashdata"), ???))
  
Does anybody know the magic word?
 
Thanks,
 matthias


Reply via email to