Posted on December 02, 2014 at 18:10
OK, I'm interfacing with a parallel bus that gives me 8 bits on an external clock pulse. I have working code with an interrupt and manually shuffling the data into memory, but I'd like to use a DMA approach, ...
Posted on February 03, 2015 at 06:22Maybe nobody mentioned it, but this turned up as an answer to my question about why I didn't see printf output using the GNU ARM Eclipse blinking LED example, and it was indeed the need to choose ''Semihosting DEB...
Posted on December 02, 2014 at 20:12I didn't realize that the non-HAL libraries were still supported and appropriate for use. Coming from other platforms, I've been trying to understand the STM32 ecosystem, and that detail had escaped me. Thanks ...