Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How I do for receive data from a SPI EEPROM?

I'm using the STM32l053R8Tx, I configured the board NUCLEO-l053R8 by STM32CubeMX and I transmitted a data for an EEPROM with the function HAL_SPI_Transmit(...); and I'm trying receive the data with this function HAL_SPI_Receive(...); but I only recei...

VOliv.5 by Associate II
  • 1738 Views
  • 6 replies
  • 0 kudos

I was trying to run demo "NUCLEO-4R5ZI\Applications\FreeRTOS\FreeRTOS_LowPower\SW4STM32" . I am getting this error fatal error: deprecated_definitions.h: No such file or directory STM32L4R5ZI_NUCLEO line 87 C/C++ Problem"

When I looked forthe file I found it at "en.stm32cubel4\STM32Cube_FW_L4_V1.12.0\Middlewares\Third_Party\FreeRTOS\Source\include" . So since the file is existing why Atolic is throwing an error.I used Atollic True Studio version 9.1. Is there specific...

Plotting the accelerometer data acquired from LSM6DSL

Hi everyone. I want to use SWV on my TRUE STUDIO project to view my accelerometer data coming from LSM6DSL module. Data rate is 416 Hz and i'm using 4 wire SPI to get this data. SPI speed is 2.66 MHz. But when i turn on SWV, data are plotted very slo...

N ORhan by Associate III
  • 443 Views
  • 0 replies
  • 0 kudos