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

Bug: Breakpoint in ISR fails (Atollic)

Background: Atollic 9.1, F429 Nucleo with Segger debug stub loaded.CubeMX-generated FreeRTOS application.Trying to debug an LwIP problem, but breakpoint does not operate properly.When the breakpoint is hit in an ISR (FreeRTOS idle, no active task),th...

STM32F4 Discovery Board Control Register Problem

I open an empty project without any settings.#include "stm32f4xx.h" #include "stm32f4_discovery.h"   int main(void) { while (1) {   } }   void EVAL_AUDIO_TransferComplete_CallBack(uint32_t pBuffer, uint32_t Size){ /* TODO, implement your code...

0690X000009Xg3JQAS.png
vortex by Associate
  • 466 Views
  • 0 replies
  • 0 kudos

Timer interrupts not firing

I wrote a timer that uses interrupts to count us on stm32f103c8. It compiles and fun’s fine in uvision. However. The exact same code will not trigger interrupts in truestudio. I did the same thing on an F407 and both run flawlessly. An...

WRutk by Associate
  • 620 Views
  • 1 replies
  • 0 kudos

STM32L010K8 internal EEPROM's default value

Hello, I'm looking for the default EEPROM memory values of STM32L0 family microcontroller. I'm using STM32L010K8 with internal 256 bytes EEPROM. I couldn't find any information about the default EEPROM values. When reading EEPROM values using STM32Cu...

VNguy.13 by Associate
  • 498 Views
  • 0 replies
  • 0 kudos

DFU file from command prom

HiI would like to create the DFU file once I compile the whole program, in a way the the file *.dfu is already ready to be updated with the bootloader. I already know that there is the program "Dfu file manager", does anyone know how to use it from c...

FAlbe by Associate
  • 554 Views
  • 1 replies
  • 0 kudos

STM32L051C8 EEPROM compiled with initial data

HelloI  would like to write data in internal EEPROM memory during compilation, starting in address 0X08080000. Can you tell me how to do it?I'm using CUBEMX for configuration and export the project to atollic. note: urgent answer.thanksAntonio ​

AG70 by Associate II
  • 374 Views
  • 0 replies
  • 0 kudos