exit in touch debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-24 11:43 PM
Hi, a project runs in below trace in debug. I use external V2 ISOL debugger.
But program seems to run when I download. Pl let me know if more inputs needed.
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 12:32 AM
So you've hit an assert.
Trace back through that call stack to see what's causing the assert...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 7:20 AM
Pl can I know why code doesn't halt when I flash in Run?
It there in Debug only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 7:26 AM
@GauravK wrote:Pl can I know why code doesn't halt when I flash in Run?
It there in Debug only
Do you use the 'Release' build for 'Run' ?
Presumably, the 'Release' build does not enable asserts
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 7:40 AM
Thanks for responding but Build is at debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-26 5:50 AM
Do you use the 'Release' build for 'Run' ?
Presumably, the 'Release' build does not enable asserts
Is this the setting or anything else? can you guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 7:53 AM
Hello @GauravK,
Could you please check what is the assert that causes the issue?
Which board or MCU are you developing on? Are you using any of the TouchGFX Board Setups? Do you use STM32CubeIDE for downloading your application to your board?
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-09 11:43 PM
Hi, thanks for replying.
This issue I face intermittent. Like with same code it gets the error as mentioned at times, other time runs ok. Ideally if erorr is there always it should get stuck always, but observation is strange.
Currently Im not seeing that. Wanted to know why it occurring so posted that time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-16 2:30 AM
Hello @GauravK,
It is very hard to pinpoint where the problem originates from, but since the issue seems to be from the initialization functions, there might be some OS misconfigurations that is causing trouble.
Please check the settings of the OS, and it would help a lot if you mention the MCU or development kit that you are working on.
ST Software Developer | TouchGFX
