Hallo! Ich möchte, das mein Array an einer 256-Byte-Grenze im RAM angelegt wird. Dazu habe ich bei der Variablendeklaration ein Attribut angegeben:
1 | uint8_t Table[256] __attribute__((aligned (256))); |
Das Array wird trotzdem irgendwo angelegt. Was mache ich falsch? Danke im Voraus! Rob'