Posted on November 25, 2016 at 06:14Have a think about the differences between a separate USB-to-serial bridge device like the FTDI chips, and a USB stack that enumerates as a VCP running in the MCU. If you reset the MCU when you're using a separate...
Posted on November 19, 2016 at 11:06Ignore the HAL and write your own UART+DMA drivers that actually work? Failing that, read the reference manual sections on the UART and DMA and, with a better understanding of how these peripherals work at a regis...
Posted on November 19, 2016 at 11:02If the additional control lines are free, i.e. not connected to anything else, you could try enabling their alternate functions to see if that makes reading start working. Better yet, if those control lines are no...
Posted on October 22, 2016 at 06:08Have you verified in a debugger that the MikroC output is configuring the TIM2 registers in the way that you expect?
Posted on October 19, 2016 at 12:46I doubt it's a CooCox problem. It uses whatever GCC version you point it at, and I've had no problems with its startup or handler code.