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.
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...
2024-09-25 07:20 AM
Pl can I know why code doesn't halt when I flash in Run?
It there in Debug only
2024-09-25 07: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
2024-09-25 07:40 AM
Thanks for responding but Build is at debug
2024-09-26 05: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
2024-10-01 07: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?
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.
2024-10-16 02: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.