Resolved! Am Receiving Data only for the buffer size multiples of 16 . Whats the issue Why am not able to receive for other buffer size
/* Includes ------------------------------------------------------------------*/ #include "main.h" #ifndef HSEM_ID_0 #define HSEM_ID_0 (0U) /* HW semaphore 0*/ #endif /**> Size of array aADCxConvertedData[], Aligned on cache line size */ #define ...