STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is there a Bluetooth HCI library for STM32F7 ?

Hi, I need to interface STM32F7 with a Bluetooth chipset that supports HCI interface over UART/USB. I would like to know if STM32CubeMX provides such a library or is there any other library available that can be used ? Any direction in this regard ...

Subbu by Associate
  • 320 Views
  • 0 replies
  • 0 kudos

How to wake-up from sleep-mode on STM32L072

I've modified the AT-command example from the X-CUBE-SFOX package to add another serial interface as a command link.Now you can enter AT-commands via LPUART1 connected to terminal program on PC or send them from another CPU via USART1 and forward the...

h.graf by Associate
  • 590 Views
  • 2 replies
  • 0 kudos

Problem using STM32F769-Discovery with STM32CubeMX 4.27

I've got a few problems when creating a simple project using STM32CubeMX :1) using all the default setting by STM32CubeMX and clicked YES to "initialize all peripherals with their default MODE", the LED ports were default to input mode ! Weird ! If s...

MLau.9 by Associate
  • 321 Views
  • 0 replies
  • 0 kudos

UART4 on STM32F407 not receiving data

static void MX_UART4_Init(void) {   huart4.Instance = UART4; huart4.Init.BaudRate = 9600; huart4.Init.WordLength = UART_WORDLENGTH_8B; huart4.Init.StopBits = UART_STOPBITS_1; huart4.Init.Parity = UART_PARITY_NONE; huart4.Init.Mode = UART_...

GScot by Associate II
  • 1022 Views
  • 5 replies
  • 0 kudos