Hello all,
I am having problems with uploading/downloading the code in the Segger Embedded Studio (SES) to the dev board, I am working on the ETA Compute M3 EVB ..
So, does any of you have an idea where to look at how to actually make sure that I am uploading/downloading ... compiling the modified code correctly,
For example:
1) after following the F7 keystroke ... the ES reports Build complete, after F5, SES reports Download successful
2) after pressing the "green arrow" button on the upper left hand side , namely " starting the execution " the program starts to run and accordingly it seems that it is OK, I dive into the code...
So, I guess this is the right way to work on it?
However, if I change the code in the main () for example, a simple printf() ... and repeat the above process, nothing new happens, i cannot see the output of the modifies code, so, it seems something is obviously not working properly ?
SO, I am wondering, what I have to do to get this going, actually, where to get more information about that?
So far my "debug search paths" are defined as follows:
Global ... :
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/lib/gcc;
/SDK_old/soc/ecm3532/m3/reg/inc
Project Session ...
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/lib/gcc;
/SDK_old/soc/ecm3532/m3/reg/inc
My Project session file map is empty.
and, if I try to include particular file e.g #include "eta_chip.h" I get the error:
... fatal error: eta_chip.h: No such file or directory
4> compilation terminated.
Build failed
OK, when I go to the main.c and check the included file, namely right click on a mouse and then go to included file, this error pops out in a separate window : Can open for reading?
Tried other included files as well, and most of them are not readable??? Checked the permissions on the file and corrected... reopened the session, etc. but nothing better... same prolem...
Found only one among them that can be opened...
Any help is much appreciated.
Best.
I am having problems with uploading/downloading the code in the Segger Embedded Studio (SES) to the dev board, I am working on the ETA Compute M3 EVB ..
So, does any of you have an idea where to look at how to actually make sure that I am uploading/downloading ... compiling the modified code correctly,
For example:
1) after following the F7 keystroke ... the ES reports Build complete, after F5, SES reports Download successful
2) after pressing the "green arrow" button on the upper left hand side , namely " starting the execution " the program starts to run and accordingly it seems that it is OK, I dive into the code...
So, I guess this is the right way to work on it?
However, if I change the code in the main () for example, a simple printf() ... and repeat the above process, nothing new happens, i cannot see the output of the modifies code, so, it seems something is obviously not working properly ?
SO, I am wondering, what I have to do to get this going, actually, where to get more information about that?
So far my "debug search paths" are defined as follows:
Global ... :
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/lib/gcc;
/SDK_old/soc/ecm3532/m3/reg/inc
Project Session ...
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/inc;
/SDK_old/soc/ecm3532/m3/csp/lib/gcc;
/SDK_old/soc/ecm3532/m3/reg/inc
My Project session file map is empty.
and, if I try to include particular file e.g #include "eta_chip.h" I get the error:
... fatal error: eta_chip.h: No such file or directory
4> compilation terminated.
Build failed
OK, when I go to the main.c and check the included file, namely right click on a mouse and then go to included file, this error pops out in a separate window : Can open for reading?
Tried other included files as well, and most of them are not readable??? Checked the permissions on the file and corrected... reopened the session, etc. but nothing better... same prolem...
Found only one among them that can be opened...
Any help is much appreciated.
Best.
The post was edited 5 times, last by MUETA ().