User Activity

Hello All,I am working on UART on SPC560p Discovery board. I can transmit the data but unable to receive the data. I want to receive byte by interrupt method to avoid blocking.Please guide me with Rx interrupt initialization so that I can use"stat...
Hi,I am able to work on ADC0 and ADC1 in separate code ( LED11 flashes properly as per the analog signal). But when I initialise ADC0 and ADC1 in the same code, LED11 AND LED12 flashes as per the analog signal at ADC1.(I am using ADC sample code with...