Skip to content

Tests on creating a static library for Cortex-M, import of it in a new project, place library' sections in specific memory areas, initialization of library' preinitializated variables and zeroing of library' bss area.

License

Notifications You must be signed in to change notification settings

silvio-vallorani/stm32_static_lib_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32_static_lib_tests

STM32 - TESTS WITH STATIC LIBRARY AND SECTION POSITIONING

Tests on creating a static library for Cortex-M, import of it in a new project, place library' sections in specific memory areas, initialization of library' preinitializated variables and zeroing of library' bss area.

HARDWARE USED

  • Board: NUCLEO-G071RB
  • Debugger: On Board ST-Link/V2-1 V2J40M27
  • Microcontroller: STM32G071RBT6

SOFTWARE USED

  • IDE: STM32CubeIDE v. 1.11.0
  • Compiler: GCC arm-none-eabi-gcc (GNU Tools for STM32 10.3-2021.10.20211105-1100) 10.3.1 20210824 (release)
  • GBD Server: ST-LINK GDB server. Version 7.1.0

About

Tests on creating a static library for Cortex-M, import of it in a new project, place library' sections in specific memory areas, initialization of library' preinitializated variables and zeroing of library' bss area.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages