Hello,I try to create array of physical address in flash for DMA purpose. However, i got an "error: initializer element is not constant."
Here is what I am trying to do. const int a[] __attribute__((space(prog))) = {0,1,2,3,4,5,6,7,8,9};const int b[] _..
↧