User Activity

My STM32H7 firmware was working and compiling fine before I upgrade my CubeMX firmware package from 1.3.0 to 1.5.0.It seems that the GPIO register struct has been changed and "BSRRH" and "BSRRL" members of the struct do not exist anymore! So my code ...
Posted on October 14, 2015 at 05:20I am using Cube, everytime that I make a small change in the cube project and regenrate the code, it generates this line in stm32f1xx_hal_msp.c    /**DISABLE: JTAG-DP Disabled and SW-DP Disabled     */  __HAL_AFIO_...
Posted on October 14, 2015 at 05:17I am working on project which is generated by Cube and uses HAL drivers. I require to read states of a number of pins on a port. Currently I am doing like this:  //read PC0 to PC7 to check for state (on or off)  re...
Posted on June 05, 2015 at 05:05Hi all,I have made a simple USB HID gamepad with STM32F103. It works well, but the problem is when I restart the PC, if the usb cable is still atached, it takes the PC much much longer to pass bios screen. I guess thi...
Posted on May 29, 2015 at 20:35Hi all,I am facing a strange problem. I have made a usb application on STM32F103RBT6 and it all works good....but if I remove the debugger (J-Link) from the board, the application does not work. I mean nothing works. M...
Kudos from