Using the dsPIC33EP512GP I cannot define a signed long array greater than 8191: signed long normalised_event_data __attribute__((far,section("samplebuffer"),address(0x2000))); This fails with the error "size of array 'normalised_event_data' is too large" ..
↧