User Activity

Hi! I'm often working with STM32 MCUs and use CubeMX for project creation since it's very useful for such purposes. But what is bothers me the most is that CubeMX generate sections for usercode, where I should write.I understand that it was made for ...
Hello, frens!I'm trying to make a BlueNRG-2 application that can send button state just after waking up.I use this code to manage sleep/wake states:if(!APP_FLAG(CONNECTED)) { if(on_sleep_timer == FALSE) { Timer_Restart(&t_sleep); ...
Posted on April 23, 2018 at 11:20Hello everyone! I'm currently working with STM32F407xx application and trying to connect it to BlueNRG-1 via SPI.All that I have are RESETN and SPI MISO, MOSI, CLK and CS pins connected to bluetooth module. I'm tried...
Posted on October 30, 2016 at 14:04 Hello everyone! I tried to create a CDC to PC interchange project in Cube on STM32F103C8T6 (as you can see in attached file) and I have some kind of trouble — debug doesn't works properly. During d...