User Activity

Posted on November 14, 2017 at 16:40Hey,i have a STMF070CB microcontroller and use one pin for exti and spi-miso.The pin is configured as EXTI as follows:GPIO_InitStruct.Pin = GPIO_PIN_6; GPIO_InitStruct.Mode = GPIO_MODE_IT_RISING; GPIO_InitStruct.S...
Posted on November 13, 2017 at 10:32Hi,i wanted to establish a connection from a STM32F070CB as a device to my PC via USB. So first i simply wanted to use the code generated by CubeMX since with the precompiled code the device should be identified p...