User Activity

Hi,I'm trying to make a STM32L100RC work as a CDC device as shown on this website : https://damogranlabs.com/2018/02/stm32-usb-cdc/Nevertheless, it didn't work for me, even when I used the exact same file shared on the website. The USB is always dete...
Hi, I'm using a STM32L100RC discovery board and I'm trying to send/receive two words (string type) to/from another program not related to the MCU. Nevertheless, the Virtual Com Port (VCP) is not available on this device. Is it still possible to use t...
Hi, I'm using a STM32L100RC discovery board and I'm trying to send/receive words through the Virtual Com Port (VCP). Nevertheless, even after installing the STM32 Virtual COM Port Driver (STSW-STM32102), the board is not connected as a VCP but as a U...
Hi,I'm using a STM32L100RC discovery board for a project. I'm trying to communicate with the USB port (Communication Device Class). After configuring the USB and USB_DEVICE part with STM32CubeMX, I have the following errors on Keil : .\Objects\Keil_T...
Hello, I am working with the discovery board STM32L100RC. I am trying to have three different timers (TIM2, TIM3, TIM4) as PWM. I'd like to do it's to have each timer ouput at '1' (3.3v) when a boolean variable is equal to '1' and at '0' (0V) when th...