User Activity

Hello, in my project I'd like to use printf for print debug messages, but if write printf("Test"), I don't see the string on the UART.I have redirect printf:#ifdef __GNUC__ /* With GCC, small printf (option LD Linker->Libraries->Small printf  set to ...
Hi,I would like to create an ADC driver for reading three channels, but I don't understand how I can read the single risult. I wrote a driver that read one channel (As you can see in attached file), What are the istructions for adding others channels...