User Activity

Hello,I have tried to implement a simple SPI driver. Only with LL Lib. I would like to use DMA and I will do it without interrupts.So it works now. But for me it is not clear how to poll if the transfer is finish in the right way.So I use rx and tx d...
Dose someone know if it is possible to use TM3 in Encoder Mode. And also get the internal detected counts for each input. I use TIM3 channel 1 and 2 for the encoder.many thanks
Hi,I tried a simple example today with STM32 Nucleo F103RB and CAN. I only generate Code with CubeMX. I do not add any line. I get a stuff error on my peak CAN if I change the "ProjectManager.CompilerOptimize=6" to "ProjectManager.CompilerOptimize=0"...
Are there any plans to release a new CubeF1 with the new CAN HAL?
Posted on January 17, 2018 at 17:37Hi,In the STM32Cube_FW_F1_V1.6.0 software package i found the EEPROM example. STM32Cube_FW_F1_V1.6.0\Projects\STM32F103RB-Nucleo\Applications\EEPROMCan someone tell me how the flash reservation is handle here? How ...