2020-04-18 05:13 AM
Hello,
I am developing an app using tortoise git, I have made a lot of commit and cleanup in rep and my application was ok.
Ten commits ago I never made a clean up, so, when I cleaned up the repository my app crash in one line of code I made before.
I am working with keil, I had clicked "generate code" in designer and then open keil and compile, but it crash in certain cases.
The app is working 70% before I cleaned up git it was 100%.
I really need urgent help.
Thanks
Solved! Go to Solution.
2020-04-21 05:30 AM
I think it is the JTAG ST-Link / V2 with an update it seems doesn't flash well using ST-Link Utility
I am flashing with another JTAG (same model V2) and it runs perfectly
:face_screaming_in_fear:
Thanks for your attention
2020-04-18 06:10 AM
My app has 4 single views and 1 special view that has 2 containers and each container has 5 container
App:
So Container 1 and 2 are the same container it has 5 containers
in specialViewview.cpp I call functions inside Container.cpp to setVisible(true) whatever singleContainerXX that I want.
So, if I call only Container1.function_visible(); in specialViewview.cpp my screen change, also
if I call only Container2.function_visible(); in specialViewview.cpp my screen change too
but
if I call both Container1.function_visible(); and Container2.function_visible(); my system crash.
Note: My app was working very well, now crash. And it is the same code gui/views and gui/containers code
2020-04-18 09:22 AM
@HMehr.14 answer helped me
I had only "Wildcard Ranges" ( I have time working this way without problem), but now for unknow reason the system crash, and I resolved setting "Wildcard Characters"
Working with TouchGFX 4.13.0
Thanks and regards
2020-04-20 07:43 AM
Problems again,
I did another commint, download the repo and I try to flash.
My system crash, I open touchgfx see "Wildcard Ranges" and "Wildcard Characters" is ok.
The code is the same I add a lot of feature (these working well) but after the commit my system crash againg.
It is the same touchgfx project file.
2020-04-21 01:21 AM
I think you'll have to share your project. It's too unclear what's going on.
/Martin
2020-04-21 03:14 AM
It your application crashing on target or on simulator?
/Martin
2020-04-21 03:24 AM
It is crashing on target, I never have run on simulator
2020-04-21 03:52 AM
Sometimes that's a really good way to debug and see if it's a GUI related thing or something target specific. Are you able to run the simulator?
/Martin
2020-04-21 04:13 AM
I have a custom board that the simulator has never worked. Code has always been generated in the designer and then compiled in keil and finally flashed with STM32 ST-link Utility.
The template for this custom board has been done since 2018 and when I am going to develop a new application, delete the gui and generated folders and click on generate code to start a new app.
I had migrated from 4.9 to 4.10 to 4.13 from 2018 to 2020. I was really happy with 4.13 because worked very good until now.
2020-04-21 05:10 AM
4.13.0 is great =) Let's figure out what's wrong with your application.