User Activity

Posted on May 12, 2017 at 18:02Hi Guys,I am using the HAL_SPI_Transmit_DMA() function to write my data over SPI. Since I don't want my CS asserted for more time, than the transmission time, or worse for less then the transmission time I check with H...
Posted on March 18, 2017 at 17:13Hi Guys,I want to implement the STM32F303VET6 for possible DFU or CDC / HID . I am a little bit mixed up with the schematics of the USB ST-LINK for USB interfacing. Is the 1,5k PullUp on D+ mandatory? And if it is, d...
Posted on December 20, 2016 at 15:02Hey there!I wanted to know if someone could help me on building up a GUI on a PC for usage with an STM32F303VET. I am new to this and I am not sure exactly on how to implement that.So far I am reading the AN4323 o...
Posted on November 14, 2016 at 16:59Hi guys,I want to use the internal 8MHz HSI reference for generating my clocks, but allthough there is now clock speed error to resolve I still get an error that the HSI is not recommended for the PLL as input. Wh...
Posted on October 24, 2016 at 16:41Hi Guys,i try to experiment a bit with the USB CDC library. Sadly I don't get it to work out of the box after I configured everything in STMCubeMX.I tried to learn something from the F4 firmware libraray tutorial p...