Ask questions, find answers, and share insights on STM32 products and their technical features.
The results are always the same: x=-6.145, y=-6.149, z=-6.149 , even if I move my board. What's wrong?#include <stm32f30x.h>void GPIO_Config();void SPI_Config();uint8_t L3GD20_Read(uint8_t reg);void L3GD20_Write(uint8_t reg, uint8_t data);void L3GD20...
STM32F103 SPI Communication with LSM6DSLTR Sensor. not getting data from sensor.Please go through my code and suggest me if any changes required in program#include "main.h" #include "timer.h" #include "uart.h" #include "gpio.h" #include "spi.h" vo...
Hello guys.I am using an nucleo-64 STM32f446RE development board and I am trying to sample a sine wave (532.2Hz/1.4Vpp) from a function generator. I am new to stm32 devices so I though I would use polling method for ADC, I know is usually the worse m...
Hello everybody,I'm a newbie in stm32 IDE. I come from microchip 8bit PIC world :)For a small personal project I would like to use a SIM800 GSM module with an STM32F303.in order to make my code clear I would have liked to break it down into several p...
I am applying 4 offset to 4 adc channels and calculating the analog watchdog high threshold based on a threshold above the highest adc channel. The purpose of the adc offsets is to equalize the channels readings, such that the adc watchdog high thres...
Hi all,I have custom hardware in the G4 series (491RE) and want to log some data. I don't have any communication method accessible now. Only I can access SWDCLK and SWDIO pins. SWO pin used for another purpose. is there any method where I can get SW...
I have an IOT project for the monitoring and control of a deep well, the gateway in charge of sending the information to the web server was based on an STM32G030C8 and communicates via UART with the quectel EC25 4G module.I have activated the IWDG (i...
how to bind the timer to a specific DMA channel?