User Activity

Trying to track the cause of hardfault handler and got next problem.MCU - STM32F302CB and i'm using eclipse with gnu mcu plugins. I'm trying to use the following code for assembly part of handler, which determines which stack is used: __asm volatile ...
Hello, everybody.I'm trying to implement USB FS on STM32H734 eval board. I'm using CubeMX to generate code, the version is up to date and i'm using the latest firmware libraries (which is 1.3.0). I generated a standard project and configured a VCP on...