User Activity

It works with DMA_CIRCULAR (but I do not want or need continuous DMA transfers.)You see by the terminal output below that reading 2 analog inputs works OK. However, after a while (< 1 minute) the 2 analog values are exchanged now. Apparently the DMA ...
Hello,Under linux (project generated by STM32CubeMX), the compiler reports illegal implicit casts from void * to PCD_HandleTypeDef in the HAL libraries.The problems are in two files: usbd_conf.c and usbd_cdc.cI solved this by following the example in...