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

Question regarding alignment in keil scatter file.

I'm quite confused when it comes to alignment.I opened linker script to make some modifications, so that I can fit two binaries into flash. (Relatively new to embedded, but frankly I learn fast).I use stm32f091Rx. Which has 256kB of flash memory.A li...

0693W00000SuaYcQAJ.png
Vmere.1 by Senior
  • 3329 Views
  • 7 replies
  • 0 kudos

Migrating code from IAR to GCC: __no_init, __ramfunc

Hey,I am trying to modify some compiler/linker directives from IAR to GCC. I think I already managed to solve the first two obstacles:1 - In order to not initialize a variable saved in some register:static volatile __no_init uint32_t SystemInfoFlags;...

AZube.2 by Associate III
  • 3788 Views
  • 1 replies
  • 0 kudos

Resolved! How to install Atollic TRUEStudio on Linux?

Hello, I have installed previous version of Atollic (< 9.3) before following the official installation guide, but now it seems to be outdated since the downloadable file isn't a .tar.gz file anymore, but now just a .gz file. I am using EndeavourOS L...

ARied.1 by Associate II
  • 3792 Views
  • 7 replies
  • 0 kudos

Resolved! Arduino milis() function stm32f103xx

I am trying to port some Arduino library to stm32. In Arduino, millis() returns the number of milliseconds since boot. Is there an equivalent function in stm32? I am using stm32f103 MCU.

Bicer by Associate II
  • 6451 Views
  • 6 replies
  • 1 kudos