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

Help import project to Atollic?

I am very new to these toolchains, coming from Arduino IDE.I tried many times to search how to import a project someone shared on github and cant seem to find an answer...​Here is the project intended for the STM32F4 Discovery board:​​https://github....

Getting two messages: "loading file..." and "Unable to load file" from sample USB_HOST app for STM32F767ZI USB_HOST app.

But I can't figure out why I'm getting these messages. I've run searches for the messages from the SWST32 search option and they aren't to be found. So, I'm stuck.   I'm trying to work with the USB_HOST sample app for STM32F767ZI Nucleo board.  I've ...

JBlac by Associate III
  • 416 Views
  • 0 replies
  • 0 kudos

Resolved! Can't compile any HAL/Cube project

Hello everyone. I facing next problem:Just yesterday, TrueStudio worked perfectly, but program lost its lost capability to compile anything (not older project, that I compiled nicely till yesterdey, not new, CubeMX-generated projects).I'm getting bui...

zedeg by Associate III
  • 1672 Views
  • 6 replies
  • 0 kudos

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
  • 1588 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...