You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__attribute__((__aligned__(4))) uint8_t databuffer[1023]; //__attribute__((__section__(".bss_hram0")))
/*SAMD21 datasheet p804: Bits 31:0 – ADDR[31:0]: Data Pointer Address Value
These bits define the data pointer address as an absolute word address in RAM.The two least significant bits must
be zero to ensure the start address is 32-bit aligned.*/
0 commit comments