Hello! I am getting constant ADC value through SPI when I add a debug message using UART on STM32F205 with CMSIS RTOS.
We have interfaced CS5532 using SPI which is initialized in continuous conversion mode. We read the ADC count in a task being called every 160 ms. When I add following statements in the task, the ADC count read from CS5532 becomes constant.sprintf(De...