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

STM32-MAT/TARGET SPI example

Posted on April 26, 2018 at 15:59Hi, I have a STM32F4-Discovery Board (STM32F407VGT) and want to communicate with the Motion Sensor (ST-MEMS LIS302DL or LIS3DSH) on the Board via SPI. Unfortunately, I have not much experience using SPI with the STM3...

Resolved! TrueSTUDIO run configuration

Posted on March 07, 2018 at 12:44Hello,is there a way to create run configuration in TrueSTUDIO in a same way as it is in SW4STM32?I would like to 'launch' the code without entering the debug perspective. Just flash and run.Thanks for helping.#trues...

Atollic TrueStudio Eclipse Plugins available?

Posted on April 20, 2018 at 07:19Hi,are there Eclipse plugins for Atollic TrueStudio available? I wanted to use a 'naked' Eclipse Neon 3 and install TrueStudio manually. The reason for that is that i have problems using other plugins in the already ...

Using LL which file has the typedefs for uint8_t etc?

Posted on April 17, 2018 at 11:54I'm using the Low Level driver files targetting an STM32F7xx.I would like to know which file contains the typedefs of uint8_t, uint16_t etc?My header file has a function prototype for example,    void Usart3_DMATx(ui...

John F. by Senior
  • 2768 Views
  • 2 replies
  • 0 kudos

STM32 Mat/Target problem PIL mode

Posted on July 05, 2016 at 13:07Hi everyone!I have developed a very simple code to test the STM32 Mat/Target. It works properly in normal mode, but when I try to use the ''Processor in the Loop'' mode (PIL) to view in simulink the state of an input,...

julio by Associate II
  • 1802 Views
  • 4 replies
  • 0 kudos

Truestudio RTOS aware debugging problems

Posted on April 05, 2018 at 16:34Hello there,While the project I was working on became larger and larger (more FreeRTOS threads, queues etc) I noticed the following things: Tasks, queues, timers and semaphores are no longer visible in their windows...

STM32L7xx-Nucleo Firmware not working

Posted on March 29, 2018 at 10:52Hello,I'm new to STMicroelectronics systems.For my internship, I have to work with the SensiBLE sensors from SensiEdge. The board has the same sensors as STMicroelectonics and work with the project demo: FP-SNS-ALLME...

Stack length wrong in Atollic linker file

Posted on March 23, 2018 at 00:11Hi,I had a problem (now solved) of hard fault on STM32F303K8 MCU using TrueSTUIDIO V 9.0.0.The cause was the wrong linker file.In the file generated by TrueSTUDIO for STM32F303K8, the stack was allocated to addres 0x...