2015-06-18 09:04 AM
2015-06-18 09:28 AM
A half-word is 16-bits, not 32-bits, use the appropriated sized variable.
volatile uint16_t ADC_ConvertedValue[buffersize];2015-06-18 10:40 PM
Wow, i feel so dumb now that i missed that. Thank you, problem solved.