Thanks to all!

The problem with the network is solved (I've installed ufw for another project, and the connection with the nuttx target failed!)

I've isolatedthe other problem related to

_assert: Assertion failed panic: at file: armv7-m/arm_hardfault.c:175 task: 0x80002b9

and this is related to the call of the function

exit(1);

in my code, for example if a device is not defined. The call to this exit(1) function leads to this assertion error. Basically, what I have to do is only to stop my (generated) application and I think that it was ok in the past...

Any idea how to solve this?

Thanks in advance

Roberto



On 10/1/24 5:30 PM, Tomek CEDRO wrote:
On Tue, Oct 1, 2024 at 1:09 PM Tomek CEDRO <to...@cedro.info> wrote:
(..)
RC is the Release Candidate and is not the official release.. and yes
WE ARE MISSING THE nuttx-12.6.0 RELEASE TAG ON GITHUB!! :-)
Okay the nuttx-12.6.0 tag is now present, documentation updated, but
it is equivalent to 12.6.0-RC1 from what see so comparison with older
releases needs to be done to verify if / when / where the problem was
introduced in the code base :-)


Reply via email to