STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to resolve the error "libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED" when connecting to openOCD from command line?

I am trying to debug my STM32 NUCLEO-F334R8 board. When I try to connect to the board via openocd from the command line . I get the following log: openocd -f board/st_nucleo_f3.cfgGNU MCU Eclipse 64-bits Open On-Chip Debugger 0.10.0+dev-00254-g2ec04e...

ABora.2 by Associate
  • 2932 Views
  • 0 replies
  • 0 kudos

After Enabling FreeRTOS USART Baudrate Drops Down

I'm trying to learn RTOS on STM32F407VG(Discovery Board). I am able to use the USART without FreeRTOS at 115200 baud rate. Nevertheless, when I enable FreeRTOS and try to send basic strings with the same USART settings(115200 baud rate etc.), I can n...

ÖSahi.1 by Associate
  • 1102 Views
  • 3 replies
  • 0 kudos

How to Use BSP Library for Audio Recording?

I'd like to create a program by which I can record and listen sound by using my board, STM32F746G-Disco. I'd like to use BSP library, however, I have some questions.When I looked at the stm32746g_discovery_audio.c file, I saw that there are 2 global ...