STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LPBAM I2C data buffer using NUCLEO-U575ZI-Q

Hi everyone,  I am trying to use LPTIM1 and I2C3 to read the values of a sensor's register every 1 second and save them into a data buffer while in Stop2 mode. What I would like to know is if it is possible to store data sampled at a given frequency ...

Test_00_Queue2.jpg Test_02_Queue2.jpg Test_03_Queue2.jpg Current_Consumption_10s.jpg

Resolved! GPIO Pin Initilization for USB Port

I Created a New Project for the Following MCU'sSTM32L072CZYSTM32F103C8T6STM32F401REI enabled the USB as Device and Also Selected Virtual Com Port as the Middleware and Generated the Project.Upon Loading the Respective Projects to the MCU's The USB Po...

Failed to use I2C DMA for STM32F072

Issue description as below:1. STM32F072+STM32CUBEMX+FREERTOS+I2C1 DMA2. I2C1 was set for rx DMA 2. I use HAL_I2C_Mem_Read_DMA() for external device memory reading and it retured HAL_OK,but no data written to DMA buffer , DMA1_Channel2_3_IRQHandler fo...

supgz_0-1723110535016.png supgz_1-1723110557778.png
supgz by Associate II
  • 157 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G4 using HAL Lib to read eeprom, when wirte to eeprom many times, the SYSTICK's tick variable will be changed randomly

hi,for our project,we used firmware package was STM32CubeG4 Firmware Package V1.6.0 / 05-June-2024.IDE: MDK 5.39MCU: STM32G473MET6 EEPROM: 24LC256we already check the page write opreation, ensure the boundaries and size of each write (less than or eq...

mas666 by Associate II
  • 310 Views
  • 7 replies
  • 0 kudos

STM32L053 I2C problems with LIS3DH sensor

Hi, I'm trying to recover the data from the LIS3DH sensor and I found this tutorial " https://www.youtube.com/watch?v=A1CIOUZdeR4". In the tutorial the person uses function " if(HAL_I2C_IsDeviceReady(&hi2c1,SLAVEI2C_ADD,10,100)==HAL_OK) " to see if t...

0690X000006DavhQAC.png
JJavi by Associate II
  • 1280 Views
  • 11 replies
  • 0 kudos

FDA903D : I2c Write procedure

FDA903D : I'm facing issue with I2C write procedure. I'm writing to the slave device (FDA903D) from my custom designed board with Infineon controller being the master device . The datasheet of FDA903D is not clearly mentioning how to do I2C transfer ...

Labels