User Activity

Hi guys, Does anyone know if there is any existing example to configure low lever(without using the abstraction layer) an input capture with a timer using a STM32F3 board? If so where could I find it?Thank you very much !!
Hi guys,So I used an example of the HAL library to configure an input capture with a timer on a stm32f373vct6 microcontroller.Now I want to include this example in my project, but when I do so and try to build the compiler says :Error: L6218E: Undefi...
Posted on May 28, 2018 at 21:30Hi guy,I'm new to STM32. I'm using a STM32F373. I'm just trying to use the GPIO, and turn on some LEDS that are on port C(C0,C1,C2,C3) but it does not work. Actually, my problem is with the written operation. I am not ...