User Activity

Hello,I'm porting code from STM32F072 to STM32F103. In F0 I had a option in CubeMX to invert UART Tx pin polarity and it worked very well. I do not have this option in F103's. Is there any way to invert polarity in this uC?BR, Daniel
Good evening everyone,I was't expecting that communication with SDHC Card through SPI will be so difficult. I would like to log data from my existing system , which is using SMT32F0, on SDHC Card. I have ready connection though SPI but on the Net it ...
Hi,I'm going around Can communication using interrupt and HAL drivers. I have successfully configured CAN of my STM32F0 device using CubeMX. I can handle Transmit and Reception. Now I'd rather to have reception handled by interrupts, but it seems to...
Hello,I have a probably simple question: Where I can change ST-LINK Settings in System Workbench IDE. For example in ST-LINK Utility in Settings I can change Reset Mode to Software System Reset,and I don't know where I can find this setting in IDE.I ...
Hi,I'm using CubeMX to init CAN module, everything is working, I can send and receive messages.Now I would like to configure filter to accept only message with specified ID.So, I have this piece of code generated by CUBE: //sFilterConfig.FilterNumber...