SEGGER - Lucas SuperModerator
- Member since Mar 2nd 2022
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Lucas -
Replied to the thread cross_studio_io.h not included in segger embedded studio.
PostHello lnl_, Removing the file was not a mistake. To make a debug log you can use the normal printf();. Look here to get further information about the SEGGER Library IO: Embedded Studio Library IO Regards, Lucas -
SEGGER - Lucas -
Replied to the thread [DUPLICATE] How to simply remowe the .h file in dependencies and what are the "include paths".
PostHello Mueta, Please understand that this topic has nothing to do with SEGGER products and is thus out of our support scope. When using our products we assume that you have basic understanding of the C language. If not we recommend to visit one of the… -
SEGGER - Lucas -
Replied to the thread [SOLVED] Glabal variables, new c files, etc.
PostHi Mueta, To use global variables in different modules you have to extern the variables. The easiest way to do is, to declare the global variable in a header file. The following snippet shows you how to do that. Because it is a standard c questions, you…