2024-02-06 12:38 AM - edited 2024-02-06 12:38 AM
Dears
I can only start this example in Debug mode, the BLUE led start blinking... So it works OK.
But If I try to use RUN command (using icon, or right mouse click on project file) than it seems not work (RED leds blinks only ONE and is OFF, Blue LED is also OFF)
in project readme.txt is written only:
"In order to make the program work, you must do the following :
- Open your preferred toolchain
- Rebuild all files and load your image into target memory
- Run the example"
Can anyone help me what I am doing wrong ?
Best Regards
Radim
Solved! Go to Solution.
2024-02-12 01:58 AM
Hello @ravo,
The problem is confirmed and unfortunately to launch a debug session and then resume it, is the only way to make it work for now.
This behavior is reported, and I hope it will be corrected in the next release.
Thank you to highlight it.
regards
David
2024-02-08 05:33 AM
Hello,
There is a misunderstanding about what "Run the example" means.
In this context, you should press on the "debug" button in order to load and switch the context view and then press on the "resume" button in order to "run" the program.
I confirm the real "run" button is not working.
Thank you to report this problem, I will request a modification about the readme.txt to avoid this kind of confusion.
regards,
David
2024-02-08 07:13 AM
,Dear @DBELL.1 ,
Thanks for answer. Yes I mean "RUN" as green button with PLAY symbol on it.
So I really need to start debug any project even I need only to run them ?
E.g. To run some application (NetxDuo ... projects), we must first run DDR_Init_A7 to initialize DDR) I make launch script, but I must still manually run DDR_Init each time..
So there did not exist "better" way to execute project without debugging ? I don't mean populate final binary to flash memory...
Best Regards
Radim
2024-02-12 01:58 AM
Hello @ravo,
The problem is confirmed and unfortunately to launch a debug session and then resume it, is the only way to make it work for now.
This behavior is reported, and I hope it will be corrected in the next release.
Thank you to highlight it.
regards
David
2024-02-12 10:33 PM
Dear @DBELL.1 ,
thanks for answer and confirmation of these malfunctions. I can alive with these at now...
It will be nice if it could be corrected in next release.
Best Regards
Radim