STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can someone help me with the function static void MX_CAN_Init(void)? When I debug my profram it get halted here!!!!

I have a STM32f042k6 Nucleo board on wich I am trying to setup the CAN Bus without success. I am using the HAL_Libraries. My programm halts at HAL_CAN_Init(&hcan); static void MX_CAN_Init(void){ hcan.Instance = CAN; hcan.Init.Prescaler = 8; hcan.Init...

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
  • 263 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
  • 451 Views
  • 2 replies
  • 0 kudos