Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] SVN

    kazham - - SEGGER Embedded Studio related

    Post

    Hi everyone! Can someone point me to correct thread I saw once awhile about how to include in versioning system all source files used in Embedded Studio(7.10) for specific STM32-project? I know I must uncheck "Include Standard Libraries", but then I get error "undefined symbol __SEGGER_init_copy referenced by symbol __SEGGER_init_table__ (section .segger.init.table in file [ Linker created ])". So I need the whole procedure. Any help would be appriciated! THX. PS: Except RTT. RTT must remain in …

  • It helped! I have never thought about templates that way. Thank you very much mwb1100 for that link. This question is closed now.

  • Hi everybody! Does SES compiler support C++ function templates? I made a simple function template like this (for STM32H743VIT6): Source Code (8 lines)and call this function from other function: Source Code (1 line) But linker says: undefined symbol int Rescale<int>(int, int, int, int) referenced by symbol CreateMainWindow() (section .text.CreateMainWindow() in file main_window.o) I think I'm doing something wrong. Any help would be appreciated! THX

  • Hi! Can someone explain to me why this code: C Source Code (21 lines)kills STM32G070KB device, when was written with J-Flash, but works great with STM32G071CB with the same Errata note for RDP protection. Same code works great for both MCUs when were written with Segger Embedded Studio. Thank you!