STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Im using the STM32L432 and I need to transmit data to a Raspberry Pi over I²c. In my project the STM32 is a slave and the Raspberry Pi is the master.

I am able to send & receive 1 integer over the I²c bus but I'm stuck how I can send more integers in 1 commando. Can someone help me please?#include "main.h" #include "string.h" #include "stdio.h"   I2C_HandleTypeDef hi2c1; UART_HandleTypeDef huart2;...

WFouq.1 by Associate II
  • 597 Views
  • 2 replies
  • 0 kudos

Resolved! Distinguish between PA and PB external interrupts

I am trying to understand the external interrupts for the STM32F103C8. It seems that I can attach an interrupt to any of the PA or PB pins. The first 5 pins (0-4) seem to have unique IRQ handlers, whereas pins 5-9 share a handler as does 10-13. When ...

JGaby.1 by Associate II
  • 2075 Views
  • 1 replies
  • 1 kudos

STM32F407 HAL_UARTEx_ReceiveToIdle() function missing

Hello. I am working on a project where i need to get different lenghts of data using UART and preferebly with least possible amount of iterrupts, so ive settled to using HAL_UARTEx_ReceiveToIdle() function (when testing the project on F103), but when...

DBara.1 by Associate II
  • 3926 Views
  • 12 replies
  • 0 kudos

OTA update

I would like to know if the following is possible and if so, where can I find information about it.I have a STM32L010K8 micro connected via USART to an LTE CHIP (BG96) through which I can get the firmware update that runs on the microcontroller. I co...

YOrop.1 by Associate
  • 863 Views
  • 2 replies
  • 0 kudos

STM32F3 - Permissible Magnetic Field Strength

I am currently using the STM32F3 series microcontroller (STM32F303CB) in a magnetic sensing application. Since the environment is prone to magnetic field, I wish to know the maximum field strength that the microcontroller can withstand.I could not fi...

MagSense by Associate II
  • 1051 Views
  • 2 replies
  • 0 kudos

Resolved! How to get the audio line-in data from the STM32H735G-DK?

I tried the BSP example for H735G-DK, but it doesn't work.What I want to do is get an audio wave from line_in (the blue audio jack on the board).The setup for SAI1 is in the picture, I can play the audio through the line out without any problem but c...

0693W00000Kde20QAB.jpg 0693W00000Kde2AQAR.jpg 0693W00000Kde2ZQAR.jpg 0693W00000Kde2VQAR.jpg
GChen.5 by Associate II
  • 1232 Views
  • 4 replies
  • 0 kudos