Posted on July 06, 2017 at 09:43I'm using STM32F3xx USB full speed device library (UM0424), it works well. And I need SDADC in my project. So I wrote simple test:start conversion in SysTick every 100msvoid SysTick_Handler(void){if(adc_ready) { ...
Posted on July 09, 2017 at 23:05Yes, I can.I'm using CubeMX just to generate pinout. I don't use HAL.stm32373c_eval.c is in VirtualComport_Loopback project from UM0424 ST library. It is in project, but no functions was used, so it can be deleted fro...